Html Css Color HEX #CAE081 Sulu

📋 copy color: '#CAE081'

red 202 ◦ green 224 ◦ blue 129

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

Shades of Sulu #CAE081

Tints of Sulu #CAE081

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.36%

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

R = 36.4%
G = 40.36%
B = 23.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#CAE081 (or 0xCAE081) is known color: Sulu. HEX triplet: CA, E0 and 81. RGB value is (202,224,129). Sum of RGB (Red+Green+Blue) = 202+224+129=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE081 is #351F7E. Grayscale: #CECECE. Windows color (decimal): -3481471 or 8511690. OLE color: 8511690.

HSL color Cylindrical-coordinate representation of color #CAE081: hue angle of 73.89º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAE081 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 129 -
CMYK 0.10 0 0.42 0.12
HSL 73.89º 0.61% 0.69% -
HSV(B) 73.89º 0.42% 0.88% -
XYZ 54.98 67.45 30.89 -
YUV 206.59 84.21 124.72 -
System Red Green Blue C M Y K H S L
Decimal 202 224 129 0.10 0 0.42 0.12 73.89 0.61 0.69
Hex CA E0 81 A 0 2A C 4A 3D 45
Octal 312 340 201 12 0 52 14 112 75 105
Binary 11001010 11100000 10000001 1010 0 101010 1100 1001010 111101 1000101

Color Harmonies of #CAE081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE081

Black with #CAE081

Text Example


Text Example

White with #CAE081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE081; }

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

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

background-color css

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

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

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

border-color css

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

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

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