#CFEA81

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

Shades of Sulu #CFEA81

Tints of Sulu #CFEA81

Color information

#CFEA81 (or 0xCFEA81) is unknown color: approx Sulu. HEX triplet: CF, EA and 81. RGB value is (207,234,129). Sum of RGB (Red+Green+Blue) = 207+234+129=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA81 is #30157E. Grayscale: #D6D6D6. Windows color (decimal): -3151231 or 8514255. OLE color: 8514255.

HSL color Cylindrical-coordinate representation of color #CFEA81: hue angle of 75.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFEA81 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB207234129-
CMYK0.1200.450.08
HSL75.43º71.43%71.18%-
HSV(B)75.43º44.87%91.76%-
XYZ59.1273.731.88-
YUV213.9680.05123.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 129 (50.78% from 255) = 22.63%
R=36.32%
G=41.05%
B=22.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341290.1200.450.0875.4371.4371.18
HexCFEA81C02D84b4747
Octal3173522011405510113107107
Binary110011111110101010000001110001011011000100101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEA81; }

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

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

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

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

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

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

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

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