#CFE285

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

Shades of Sulu #CFE285

Tints of Sulu #CFE285

Color information

#CFE285 (or 0xCFE285) is unknown color: approx Sulu. HEX triplet: CF, E2 and 85. RGB value is (207,226,133). Sum of RGB (Red+Green+Blue) = 207+226+133=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE285 is #301D7A. Grayscale: #D2D2D2. Windows color (decimal): -3153275 or 8774351. OLE color: 8774351.

HSL color Cylindrical-coordinate representation of color #CFE285: hue angle of 72.26º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFE285 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB207226133-
CMYK0.0800.410.11
HSL72.26º61.59%70.39%-
HSV(B)72.26º41.15%88.63%-
XYZ57.1669.3532.56-
YUV209.7284.71126.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.57%
GREEN value IS 226 (88.67% from 255) = 39.93%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=36.57%
G=39.93%
B=23.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072261330.0800.410.1172.2661.5970.39
HexCFE2858029B483e46
Octal317342205100511311076106
Binary11001111111000101000010110000101001101110010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE285; }

 p { color: rgb(207,226,133); }

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

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

 a { background-color: rgb(207,226,133); }

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

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

 span { border-color: rgb(207,226,133); }

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