#CFF07D

Color #CFF07D Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CFF07D

Tints of Sulu #CFF07D

Color information

#CFF07D (or 0xCFF07D) is unknown color: approx Sulu. HEX triplet: CF, F0 and 7D. RGB value is (207,240,125). Sum of RGB (Red+Green+Blue) = 207+240+125=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF07D is #300F82. Grayscale: #D9D9D9. Windows color (decimal): -3149699 or 8253647. OLE color: 8253647.

HSL color Cylindrical-coordinate representation of color #CFF07D: hue angle of 77.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFF07D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB207240125-
CMYK0.1400.480.06
HSL77.22º79.31%71.57%-
HSV(B)77.22º47.92%94.12%-
XYZ60.5977.0731.08-
YUV217.0276.07120.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 240 (94.14% from 255) = 41.96%
BLUE value IS 125 (49.22% from 255) = 21.85%
R=36.19%
G=41.96%
B=21.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401250.1400.480.0677.2279.3171.57
HexCFF07DE03064d4f48
Octal317360175160606115117110
Binary1100111111110000111110111100110000110100110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF07D; }

 p { color: rgb(207,240,125); }

 H1.HeaderClassName
 {
   color: #CFF07D;
 }
 .AnyTagClassName
 {
   color: #CFF07D;
 }
</style>
background-color css

<style>
 a { background-color: #CFF07D; }

 a { background-color: rgb(207,240,125); }

 div.DivClassName
 {
   background-color: #CFF07D;
 }
 .BgClassName
 {
   background-color: #CFF07D;
 }
</style>
border-color css

<style>
 span { border-color: #CFF07D; }

 span { border-color: rgb(207,240,125); }

 td.TdClassName
 {
   border-color: #CFF07D;
 }
 .TagClassName
 {
   border-color: #CFF07D;
 }
</style>