Html Css Color HEX #CAE481 Sulu

📋 copy color: '#CAE481'

red 202 ◦ green 228 ◦ blue 129

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

Shades of Sulu #CAE481

Tints of Sulu #CAE481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.08%

R = 36.14%
G = 40.79%
B = 23.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#CAE481 (or 0xCAE481) is known color: Sulu. HEX triplet: CA, E4 and 81. RGB value is (202,228,129). Sum of RGB (Red+Green+Blue) = 202+228+129=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE481 is #351B7E. Grayscale: #D1D1D1. Windows color (decimal): -3480447 or 8512714. OLE color: 8512714.

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

Color convert

RGB 202 228 129 -
CMYK 0.11 0 0.43 0.11
HSL 75.76º 0.65% 0.7% -
HSV(B) 75.76º 0.43% 0.89% -
XYZ 56.06 69.63 31.25 -
YUV 208.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 202 228 129 0.11 0 0.43 0.11 75.76 0.65 0.7
Hex CA E4 81 B 0 2B B 4C 41 46
Octal 312 344 201 13 0 53 13 114 101 106
Binary 11001010 11100100 10000001 1011 0 101011 1011 1001100 1000001 1000110

Color Harmonies of #CAE481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE481

Black with #CAE481

Text Example


Text Example

White with #CAE481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE481; }

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

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

background-color css

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

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

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

border-color css

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

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

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