Html Css Color HEX #CCE490 Sulu

📋 copy color: '#CCE490'

red 204 ◦ green 228 ◦ blue 144

#CCE490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CCE490

Tints of Sulu #CCE490

RGB

 RED value IS 204 (80.08% from 255) = 35.42%

 GREEN value IS 228 (89.45% from 255) = 39.58%

 BLUE value IS 144 (56.64% from 255) = 25%

R = 35.42%
G = 39.58%
B = 25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#CCE490 (or 0xCCE490) is known color: Sulu. HEX triplet: CC, E4 and 90. RGB value is (204,228,144). Sum of RGB (Red+Green+Blue) = 204+228+144=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE490 is #331B6F. Grayscale: #D3D3D3. Windows color (decimal): -3349360 or 9495756. OLE color: 9495756.

HSL color Cylindrical-coordinate representation of color #CCE490: hue angle of 77.14º 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 #CCE490 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 144 -
CMYK 0.11 0 0.37 0.11
HSL 77.14º 0.61% 0.73% -
HSV(B) 77.14º 0.37% 0.89% -
XYZ 57.68 70.34 36.92 -
YUV 211.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 204 228 144 0.11 0 0.37 0.11 77.14 0.61 0.73
Hex CC E4 90 B 0 25 B 4D 3D 49
Octal 314 344 220 13 0 45 13 115 75 111
Binary 11001100 11100100 10010000 1011 0 100101 1011 1001101 111101 1001001

Color Harmonies of #CCE490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE490

Black with #CCE490

Text Example


Text Example

White with #CCE490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE490; }

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

 H1.HeaderClassName
 {
   color: #CCE490;
 }
 .AnyTagClassName
 {
   color: #CCE490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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