#CFF67E

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

Shades of Sulu #CFF67E

Tints of Sulu #CFF67E

Color information

#CFF67E (or 0xCFF67E) is unknown color: approx Sulu. HEX triplet: CF, F6 and 7E. RGB value is (207,246,126). Sum of RGB (Red+Green+Blue) = 207+246+126=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 126 (49.61% from 255 or 21.76% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF67E is #300981. Grayscale: #DDDDDD. Windows color (decimal): -3148162 or 8320719. OLE color: 8320719.

HSL color Cylindrical-coordinate representation of color #CFF67E: hue angle of 79.5º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFF67E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB207246126-
CMYK0.1600.490.04
HSL79.5º86.96%72.94%-
HSV(B)79.5º48.78%96.47%-
XYZ62.4580.6832.02-
YUV220.6674.58118.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 246 (96.48% from 255) = 42.49%
BLUE value IS 126 (49.61% from 255) = 21.76%
R=35.75%
G=42.49%
B=21.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072461260.1600.490.0479.586.9672.94
HexCFF67E100314505749
Octal317366176200614120127111
Binary11001111111101101111110100000110001100101000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF67E; }

 p { color: rgb(207,246,126); }

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

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

 a { background-color: rgb(207,246,126); }

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

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

 span { border-color: rgb(207,246,126); }

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