Html Css Color HEX #CAE98D Sulu

📋 copy color: '#CAE98D'

red 202 ◦ green 233 ◦ blue 141

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

Shades of Sulu #CAE98D

Tints of Sulu #CAE98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.48%

R = 35.07%
G = 40.45%
B = 24.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#CAE98D (or 0xCAE98D) is known color: Sulu. HEX triplet: CA, E9 and 8D. RGB value is (202,233,141). Sum of RGB (Red+Green+Blue) = 202+233+141=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE98D is #351672. Grayscale: #D5D5D5. Windows color (decimal): -3479155 or 9300426. OLE color: 9300426.

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

Color convert

RGB 202 233 141 -
CMYK 0.13 0 0.39 0.09
HSL 80.22º 0.68% 0.73% -
HSV(B) 80.22º 0.39% 0.91% -
XYZ 58.3 72.76 36.17 -
YUV 213.24 87.23 119.98 -
System Red Green Blue C M Y K H S L
Decimal 202 233 141 0.13 0 0.39 0.09 80.22 0.68 0.73
Hex CA E9 8D D 0 27 9 50 44 49
Octal 312 351 215 15 0 47 11 120 104 111
Binary 11001010 11101001 10001101 1101 0 100111 1001 1010000 1000100 1001001

Color Harmonies of #CAE98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE98D

Black with #CAE98D

Text Example


Text Example

White with #CAE98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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