#CFEF76

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

Shades of Sulu #CFEF76

Tints of Sulu #CFEF76

Color information

#CFEF76 (or 0xCFEF76) is unknown color: approx Sulu. HEX triplet: CF, EF and 76. RGB value is (207,239,118). Sum of RGB (Red+Green+Blue) = 207+239+118=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF76 is #301089. Grayscale: #D8D8D8. Windows color (decimal): -3149962 or 7794639. OLE color: 7794639.

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

Color convert

RGB207239118-
CMYK0.1300.510.06
HSL75.87º79.08%70%-
HSV(B)75.87º50.63%93.73%-
XYZ59.8776.3128.71-
YUV215.6472.9121.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 239 (93.75% from 255) = 42.38%
BLUE value IS 118 (46.48% from 255) = 20.92%
R=36.70%
G=42.38%
B=20.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391180.1300.510.0675.8779.0870
HexCFEF76D03364c4f46
Octal317357166150636114117106
Binary1100111111101111111011011010110011110100110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEF76; }

 p { color: rgb(207,239,118); }

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

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

 a { background-color: rgb(207,239,118); }

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

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

 span { border-color: rgb(207,239,118); }

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