Html Css Color HEX #CAE192 Sulu

📋 copy color: '#CAE192'

red 202 ◦ green 225 ◦ blue 146

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

Shades of Sulu #CAE192

Tints of Sulu #CAE192

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.27%

 BLUE value IS 146 (57.42% from 255) = 25.48%

R = 35.25%
G = 39.27%
B = 25.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#CAE192 (or 0xCAE192) is known color: Sulu. HEX triplet: CA, E1 and 92. RGB value is (202,225,146). Sum of RGB (Red+Green+Blue) = 202+225+146=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE192 is #351E6D. Grayscale: #D1D1D1. Windows color (decimal): -3481198 or 9626058. OLE color: 9626058.

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

Color convert

RGB 202 225 146 -
CMYK 0.10 0 0.35 0.12
HSL 77.47º 0.57% 0.73% -
HSV(B) 77.47º 0.35% 0.88% -
XYZ 56.47 68.48 37.44 -
YUV 209.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 202 225 146 0.10 0 0.35 0.12 77.47 0.57 0.73
Hex CA E1 92 A 0 23 C 4D 39 49
Octal 312 341 222 12 0 43 14 115 71 111
Binary 11001010 11100001 10010010 1010 0 100011 1100 1001101 111001 1001001

Color Harmonies of #CAE192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE192

Black with #CAE192

Text Example


Text Example

White with #CAE192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE192; }

 p { color: rgb(202,225,146); }

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

background-color css

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

 a { background-color: rgb(202,225,146); }

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

border-color css

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

 span { border-color: rgb(202,225,146); }

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