Html Css Color HEX #CAE385 Sulu

📋 copy color: '#CAE385'

red 202 ◦ green 227 ◦ blue 133

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

Shades of Sulu #CAE385

Tints of Sulu #CAE385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 35.94%
G = 40.39%
B = 23.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#CAE385 (or 0xCAE385) is known color: Sulu. HEX triplet: CA, E3 and 85. RGB value is (202,227,133). Sum of RGB (Red+Green+Blue) = 202+227+133=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE385 is #351C7A. Grayscale: #D1D1D1. Windows color (decimal): -3480699 or 8774602. OLE color: 8774602.

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

Color convert

RGB 202 227 133 -
CMYK 0.11 0 0.41 0.11
HSL 75.96º 0.63% 0.71% -
HSV(B) 75.96º 0.41% 0.89% -
XYZ 56.06 69.19 32.59 -
YUV 208.81 85.22 123.14 -
System Red Green Blue C M Y K H S L
Decimal 202 227 133 0.11 0 0.41 0.11 75.96 0.63 0.71
Hex CA E3 85 B 0 29 B 4C 3F 47
Octal 312 343 205 13 0 51 13 114 77 107
Binary 11001010 11100011 10000101 1011 0 101001 1011 1001100 111111 1000111

Color Harmonies of #CAE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE385

Black with #CAE385

Text Example


Text Example

White with #CAE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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