Html Css Color HEX #CAE48A Sulu

📋 copy color: '#CAE48A'

red 202 ◦ green 228 ◦ blue 138

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

Shades of Sulu #CAE48A

Tints of Sulu #CAE48A

RGB

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

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

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

R = 35.56%
G = 40.14%
B = 24.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#CAE48A (or 0xCAE48A) is known color: Sulu. HEX triplet: CA, E4 and 8A. RGB value is (202,228,138). Sum of RGB (Red+Green+Blue) = 202+228+138=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE48A is #351B75. Grayscale: #D2D2D2. Windows color (decimal): -3480438 or 9102538. OLE color: 9102538.

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

Color convert

RGB 202 228 138 -
CMYK 0.11 0 0.39 0.11
HSL 77.33º 0.63% 0.72% -
HSV(B) 77.33º 0.39% 0.89% -
XYZ 56.69 69.88 34.54 -
YUV 209.97 87.39 122.32 -
System Red Green Blue C M Y K H S L
Decimal 202 228 138 0.11 0 0.39 0.11 77.33 0.63 0.72
Hex CA E4 8A B 0 27 B 4D 3E 48
Octal 312 344 212 13 0 47 13 115 76 110
Binary 11001010 11100100 10001010 1011 0 100111 1011 1001101 111110 1001000

Color Harmonies of #CAE48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE48A

Black with #CAE48A

Text Example


Text Example

White with #CAE48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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