#CFE586

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

Shades of Sulu #CFE586

Tints of Sulu #CFE586

Color information

#CFE586 (or 0xCFE586) is unknown color: approx Sulu. HEX triplet: CF, E5 and 86. RGB value is (207,229,134). Sum of RGB (Red+Green+Blue) = 207+229+134=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 134 (52.73% from 255 or 23.51% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE586 is #301A79. Grayscale: #D3D3D3. Windows color (decimal): -3152506 or 8840655. OLE color: 8840655.

HSL color Cylindrical-coordinate representation of color #CFE586: hue angle of 73.89º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFE586 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB207229134-
CMYK0.1000.410.10
HSL73.89º64.63%71.18%-
HSV(B)73.89º41.48%89.8%-
XYZ58.0571.0333.2-
YUV211.5984.21124.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 229 (89.84% from 255) = 40.18%
BLUE value IS 134 (52.73% from 255) = 23.51%
R=36.32%
G=40.18%
B=23.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072291340.1000.410.1073.8964.6371.18
HexCFE586A029A4a4147
Octal3173452061205112112101107
Binary110011111110010110000110101001010011010100101010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE586; }

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

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

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

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

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

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

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

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