#CFEB81

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

Shades of Sulu #CFEB81

Tints of Sulu #CFEB81

Color information

#CFEB81 (or 0xCFEB81) is unknown color: approx Sulu. HEX triplet: CF, EB and 81. RGB value is (207,235,129). Sum of RGB (Red+Green+Blue) = 207+235+129=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 129 (50.78% from 255 or 22.59% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEB81 is #30147E. Grayscale: #D6D6D6. Windows color (decimal): -3150975 or 8514511. OLE color: 8514511.

HSL color Cylindrical-coordinate representation of color #CFEB81: hue angle of 75.85º degrees, saturation: 0.73, 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 #CFEB81 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB207235129-
CMYK0.1200.450.08
HSL75.85º72.6%71.37%-
HSV(B)75.85º45.11%92.16%-
XYZ59.474.2731.97-
YUV214.5479.72122.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 129 (50.78% from 255) = 22.59%
R=36.25%
G=41.16%
B=22.59%

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
Decimal2072351290.1200.450.0875.8572.671.37
HexCFEB81C02D84c4947
Octal3173532011405510114111107
Binary110011111110101110000001110001011011000100110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEB81; }

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

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

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

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

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

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

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

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