Html Css Color HEX #CAE98A Sulu

📋 copy color: '#CAE98A'

red 202 ◦ green 233 ◦ blue 138

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

Shades of Sulu #CAE98A

Tints of Sulu #CAE98A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.66%

 BLUE value IS 138 (54.3% from 255) = 24.08%

R = 35.25%
G = 40.66%
B = 24.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#CAE98A (or 0xCAE98A) is known color: Sulu. HEX triplet: CA, E9 and 8A. RGB value is (202,233,138). Sum of RGB (Red+Green+Blue) = 202+233+138=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE98A is #351675. Grayscale: #D5D5D5. Windows color (decimal): -3479158 or 9103818. OLE color: 9103818.

HSL color Cylindrical-coordinate representation of color #CAE98A: hue angle of 79.58º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAE98A is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 138 -
CMYK 0.13 0 0.41 0.09
HSL 79.58º 0.68% 0.73% -
HSV(B) 79.58º 0.41% 0.91% -
XYZ 58.08 72.67 35.01 -
YUV 212.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 202 233 138 0.13 0 0.41 0.09 79.58 0.68 0.73
Hex CA E9 8A D 0 29 9 50 44 49
Octal 312 351 212 15 0 51 11 120 104 111
Binary 11001010 11101001 10001010 1101 0 101001 1001 1010000 1000100 1001001

Color Harmonies of #CAE98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE98A

Black with #CAE98A

Text Example


Text Example

White with #CAE98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE98A; }

 p { color: rgb(202,233,138); }

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

background-color css

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

 a { background-color: rgb(202,233,138); }

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

border-color css

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

 span { border-color: rgb(202,233,138); }

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