Html Css Color HEX #CAE478 Sulu

📋 copy color: '#CAE478'

red 202 ◦ green 228 ◦ blue 120

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

Shades of Sulu #CAE478

Tints of Sulu #CAE478

RGB

 RED value IS 202 (79.3% from 255) = 36.73%

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

 BLUE value IS 120 (47.27% from 255) = 21.82%

R = 36.73%
G = 41.45%
B = 21.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#CAE478 (or 0xCAE478) is known color: Sulu. HEX triplet: CA, E4 and 78. RGB value is (202,228,120). Sum of RGB (Red+Green+Blue) = 202+228+120=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE478 is #351B87. Grayscale: #D0D0D0. Windows color (decimal): -3480456 or 7922890. OLE color: 7922890.

HSL color Cylindrical-coordinate representation of color #CAE478: hue angle of 74.44º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAE478 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 120 -
CMYK 0.11 0 0.47 0.11
HSL 74.44º 0.67% 0.68% -
HSV(B) 74.44º 0.47% 0.89% -
XYZ 55.49 69.4 28.24 -
YUV 207.91 78.39 123.78 -
System Red Green Blue C M Y K H S L
Decimal 202 228 120 0.11 0 0.47 0.11 74.44 0.67 0.68
Hex CA E4 78 B 0 2F B 4A 43 44
Octal 312 344 170 13 0 57 13 112 103 104
Binary 11001010 11100100 1111000 1011 0 101111 1011 1001010 1000011 1000100

Color Harmonies of #CAE478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE478

Black with #CAE478

Text Example


Text Example

White with #CAE478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE478; }

 p { color: rgb(202,228,120); }

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

background-color css

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

 a { background-color: rgb(202,228,120); }

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

border-color css

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

 span { border-color: rgb(202,228,120); }

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