Html Css Color HEX #CAE08B Sulu

📋 copy color: '#CAE08B'

red 202 ◦ green 224 ◦ blue 139

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

Shades of Sulu #CAE08B

Tints of Sulu #CAE08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.6%

R = 35.75%
G = 39.65%
B = 24.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#CAE08B (or 0xCAE08B) is known color: Sulu. HEX triplet: CA, E0 and 8B. RGB value is (202,224,139). Sum of RGB (Red+Green+Blue) = 202+224+139=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE08B is #351F74. Grayscale: #D0D0D0. Windows color (decimal): -3481461 or 9167050. OLE color: 9167050.

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

Color convert

RGB 202 224 139 -
CMYK 0.10 0 0.38 0.12
HSL 75.53º 0.58% 0.71% -
HSV(B) 75.53º 0.38% 0.88% -
XYZ 55.67 67.73 34.57 -
YUV 207.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 202 224 139 0.10 0 0.38 0.12 75.53 0.58 0.71
Hex CA E0 8B A 0 26 C 4C 3A 47
Octal 312 340 213 12 0 46 14 114 72 107
Binary 11001010 11100000 10001011 1010 0 100110 1100 1001100 111010 1000111

Color Harmonies of #CAE08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE08B

Black with #CAE08B

Text Example


Text Example

White with #CAE08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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