#CFEF81

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

Shades of Sulu #CFEF81

Tints of Sulu #CFEF81

Color information

#CFEF81 (or 0xCFEF81) is unknown color: approx Sulu. HEX triplet: CF, EF and 81. RGB value is (207,239,129). Sum of RGB (Red+Green+Blue) = 207+239+129=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 129 (50.78% from 255 or 22.43% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF81 is #30107E. Grayscale: #D9D9D9. Windows color (decimal): -3149951 or 8515535. OLE color: 8515535.

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

Color convert

RGB207239129-
CMYK0.1300.460.06
HSL77.45º77.46%72.16%-
HSV(B)77.45º46.03%93.73%-
XYZ60.5676.5832.36-
YUV216.8978.4120.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 239 (93.75% from 255) = 41.57%
BLUE value IS 129 (50.78% from 255) = 22.43%
R=36%
G=41.57%
B=22.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391290.1300.460.0677.4577.4672.16
HexCFEF81D02E64d4d48
Octal317357201150566115115110
Binary11001111111011111000000111010101110110100110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEF81; }

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

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

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

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

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

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

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

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