Html Css Color HEX #CBE490 Sulu

📋 copy color: '#CBE490'

red 203 ◦ green 228 ◦ blue 144

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

Shades of Sulu #CBE490

Tints of Sulu #CBE490

RGB

 RED value IS 203 (79.69% from 255) = 35.3%

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

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

R = 35.3%
G = 39.65%
B = 25.04%

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

#CBE490 (or 0xCBE490) is known color: Sulu. HEX triplet: CB, E4 and 90. RGB value is (203,228,144). Sum of RGB (Red+Green+Blue) = 203+228+144=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE490 is #341B6F. Grayscale: #D3D3D3. Windows color (decimal): -3414896 or 9495755. OLE color: 9495755.

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

Color convert

RGB 203 228 144 -
CMYK 0.11 0 0.37 0.11
HSL 77.86º 0.61% 0.73% -
HSV(B) 77.86º 0.37% 0.89% -
XYZ 57.41 70.2 36.91 -
YUV 210.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 203 228 144 0.11 0 0.37 0.11 77.86 0.61 0.73
Hex CB E4 90 B 0 25 B 4E 3D 49
Octal 313 344 220 13 0 45 13 116 75 111
Binary 11001011 11100100 10010000 1011 0 100101 1011 1001110 111101 1001001

Color Harmonies of #CBE490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE490

Black with #CBE490

Text Example


Text Example

White with #CBE490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE490; }

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

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

background-color css

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

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

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

border-color css

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

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

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