#CFE785

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

Shades of Sulu #CFE785

Tints of Sulu #CFE785

Color information

#CFE785 (or 0xCFE785) is unknown color: approx Sulu. HEX triplet: CF, E7 and 85. RGB value is (207,231,133). Sum of RGB (Red+Green+Blue) = 207+231+133=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 231 (90.62% from 255 or 40.46% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE785 is #30187A. Grayscale: #D5D5D5. Windows color (decimal): -3151995 or 8775631. OLE color: 8775631.

HSL color Cylindrical-coordinate representation of color #CFE785: hue angle of 74.69º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFE785 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB207231133-
CMYK0.1000.420.09
HSL74.69º67.12%71.37%-
HSV(B)74.69º42.42%90.59%-
XYZ58.5472.1133.02-
YUV212.6583.05123.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.25%
GREEN value IS 231 (90.62% from 255) = 40.46%
BLUE value IS 133 (52.34% from 255) = 23.29%
R=36.25%
G=40.46%
B=23.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072311330.1000.420.0974.6967.1271.37
HexCFE785A02A94b4347
Octal3173472051205211113103107
Binary110011111110011110000101101001010101001100101110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE785; }

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

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

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

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

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

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

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

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