#CFF485

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

Shades of Sulu #CFF485

Tints of Sulu #CFF485

Color information

#CFF485 (or 0xCFF485) is unknown color: approx Sulu. HEX triplet: CF, F4 and 85. RGB value is (207,244,133). Sum of RGB (Red+Green+Blue) = 207+244+133=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF485 is #300B7A. Grayscale: #DCDCDC. Windows color (decimal): -3148667 or 8778959. OLE color: 8778959.

HSL color Cylindrical-coordinate representation of color #CFF485: hue angle of 80º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFF485 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB207244133-
CMYK0.1500.450.04
HSL80º83.46%73.92%-
HSV(B)80º45.49%95.69%-
XYZ62.3279.6634.28-
YUV220.2878.74118.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 244 (95.70% from 255) = 41.78%
BLUE value IS 133 (52.34% from 255) = 22.77%
R=35.45%
G=41.78%
B=22.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072441330.1500.450.048083.4673.92
HexCFF485F02D450534a
Octal317364205170554120123112
Binary11001111111101001000010111110101101100101000010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF485; }

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

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

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

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

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

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

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

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