#CFF085

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

Shades of Sulu #CFF085

Tints of Sulu #CFF085

Color information

#CFF085 (or 0xCFF085) is unknown color: approx Sulu. HEX triplet: CF, F0 and 85. RGB value is (207,240,133). Sum of RGB (Red+Green+Blue) = 207+240+133=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF085 is #300F7A. Grayscale: #DADADA. Windows color (decimal): -3149691 or 8777935. OLE color: 8777935.

HSL color Cylindrical-coordinate representation of color #CFF085: hue angle of 78.5º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFF085 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB207240133-
CMYK0.1400.450.06
HSL78.5º78.1%73.14%-
HSV(B)78.5º44.58%94.12%-
XYZ61.1377.2833.88-
YUV217.9480.07120.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=35.69%
G=41.38%
B=22.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401330.1400.450.0678.578.173.14
HexCFF085E02D64f4e49
Octal317360205160556117116111
Binary11001111111100001000010111100101101110100111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF085; }

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

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

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

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

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

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

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

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