Html Css Color HEX #CAE184 Sulu

📋 copy color: '#CAE184'

red 202 ◦ green 225 ◦ blue 132

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

Shades of Sulu #CAE184

Tints of Sulu #CAE184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.61%

R = 36.14%
G = 40.25%
B = 23.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#CAE184 (or 0xCAE184) is known color: Sulu. HEX triplet: CA, E1 and 84. RGB value is (202,225,132). Sum of RGB (Red+Green+Blue) = 202+225+132=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE184 is #351E7B. Grayscale: #CFCFCF. Windows color (decimal): -3481212 or 8708554. OLE color: 8708554.

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

Color convert

RGB 202 225 132 -
CMYK 0.10 0 0.41 0.12
HSL 74.84º 0.61% 0.7% -
HSV(B) 74.84º 0.41% 0.88% -
XYZ 55.45 68.07 32.05 -
YUV 207.52 85.38 124.06 -
System Red Green Blue C M Y K H S L
Decimal 202 225 132 0.10 0 0.41 0.12 74.84 0.61 0.7
Hex CA E1 84 A 0 29 C 4B 3D 46
Octal 312 341 204 12 0 51 14 113 75 106
Binary 11001010 11100001 10000100 1010 0 101001 1100 1001011 111101 1000110

Color Harmonies of #CAE184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE184

Black with #CAE184

Text Example


Text Example

White with #CAE184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE184; }

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

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

background-color css

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

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

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

border-color css

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

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

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