#CFF284

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

Shades of Sulu #CFF284

Tints of Sulu #CFF284

Color information

#CFF284 (or 0xCFF284) is unknown color: approx Sulu. HEX triplet: CF, F2 and 84. RGB value is (207,242,132). Sum of RGB (Red+Green+Blue) = 207+242+132=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 132 (51.95% from 255 or 22.72% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF284 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF284 is #300D7B. Grayscale: #DBDBDB. Windows color (decimal): -3149180 or 8712911. OLE color: 8712911.

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

Color convert

RGB207242132-
CMYK0.1400.450.05
HSL79.09º80.88%73.33%-
HSV(B)79.09º45.45%94.9%-
XYZ61.6578.4433.72-
YUV21978.9119.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 242 (94.92% from 255) = 41.65%
BLUE value IS 132 (51.95% from 255) = 22.72%
R=35.63%
G=41.65%
B=22.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072421320.1400.450.0579.0980.8873.33
HexCFF284E02D54f5149
Octal317362204160555117121111
Binary11001111111100101000010011100101101101100111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF284; }

 p { color: rgb(207,242,132); }

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

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

 a { background-color: rgb(207,242,132); }

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

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

 span { border-color: rgb(207,242,132); }

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