#CFE186

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

Shades of Sulu #CFE186

Tints of Sulu #CFE186

Color information

#CFE186 (or 0xCFE186) is unknown color: approx Sulu. HEX triplet: CF, E1 and 86. RGB value is (207,225,134). Sum of RGB (Red+Green+Blue) = 207+225+134=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 134 (52.73% from 255 or 23.67% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE186 is #301E79. Grayscale: #D1D1D1. Windows color (decimal): -3153530 or 8839631. OLE color: 8839631.

HSL color Cylindrical-coordinate representation of color #CFE186: hue angle of 71.87º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFE186 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB207225134-
CMYK0.0800.400.12
HSL71.87º60.26%70.39%-
HSV(B)71.87º40.44%88.24%-
XYZ56.9668.8432.84-
YUV209.2485.54126.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 225 (88.28% from 255) = 39.75%
BLUE value IS 134 (52.73% from 255) = 23.67%
R=36.57%
G=39.75%
B=23.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251340.0800.400.1271.8760.2670.39
HexCFE1868028C483c46
Octal317341206100501411074106
Binary11001111111000011000011010000101000110010010001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE186; }

 p { color: rgb(207,225,134); }

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

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

 a { background-color: rgb(207,225,134); }

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

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

 span { border-color: rgb(207,225,134); }

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