#CFE490

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

Shades of Sulu #CFE490

Tints of Sulu #CFE490

Color information

#CFE490 (or 0xCFE490) is unknown color: approx Sulu. HEX triplet: CF, E4 and 90. RGB value is (207,228,144). Sum of RGB (Red+Green+Blue) = 207+228+144=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE490 is #301B6F. Grayscale: #D4D4D4. Windows color (decimal): -3152752 or 9495759. OLE color: 9495759.

HSL color Cylindrical-coordinate representation of color #CFE490: hue angle of 75º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFE490 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB207228144-
CMYK0.0900.370.11
HSL75º60.87%72.94%-
HSV(B)75º36.84%89.41%-
XYZ58.5170.7736.96-
YUV212.1489.54124.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 228 (89.45% from 255) = 39.38%
BLUE value IS 144 (56.64% from 255) = 24.87%
R=35.75%
G=39.38%
B=24.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281440.0900.370.117560.8772.94
HexCFE4909025B4b3d49
Octal317344220110451311375111
Binary11001111111001001001000010010100101101110010111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE490; }

 p { color: rgb(207,228,144); }

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

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

 a { background-color: rgb(207,228,144); }

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

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

 span { border-color: rgb(207,228,144); }

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