Html Css Color HEX #CAE384 Sulu

📋 copy color: '#CAE384'

red 202 ◦ green 227 ◦ blue 132

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

Shades of Sulu #CAE384

Tints of Sulu #CAE384

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

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

R = 36.01%
G = 40.46%
B = 23.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#CAE384 (or 0xCAE384) is known color: Sulu. HEX triplet: CA, E3 and 84. RGB value is (202,227,132). Sum of RGB (Red+Green+Blue) = 202+227+132=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE384 is #351C7B. Grayscale: #D1D1D1. Windows color (decimal): -3480700 or 8709066. OLE color: 8709066.

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

Color convert

RGB 202 227 132 -
CMYK 0.11 0 0.42 0.11
HSL 75.79º 0.63% 0.7% -
HSV(B) 75.79º 0.42% 0.89% -
XYZ 55.99 69.16 32.23 -
YUV 208.7 84.72 123.22 -
System Red Green Blue C M Y K H S L
Decimal 202 227 132 0.11 0 0.42 0.11 75.79 0.63 0.7
Hex CA E3 84 B 0 2A B 4C 3F 46
Octal 312 343 204 13 0 52 13 114 77 106
Binary 11001010 11100011 10000100 1011 0 101010 1011 1001100 111111 1000110

Color Harmonies of #CAE384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE384

Black with #CAE384

Text Example


Text Example

White with #CAE384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE384; }

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

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

background-color css

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

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

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

border-color css

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

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

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