Html Css Color HEX #CAE086 Sulu

📋 copy color: '#CAE086'

red 202 ◦ green 224 ◦ blue 134

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

Shades of Sulu #CAE086

Tints of Sulu #CAE086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40%

 BLUE value IS 134 (52.73% from 255) = 23.93%

R = 36.07%
G = 40%
B = 23.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#CAE086 (or 0xCAE086) is known color: Sulu. HEX triplet: CA, E0 and 86. RGB value is (202,224,134). Sum of RGB (Red+Green+Blue) = 202+224+134=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE086 is #351F79. Grayscale: #CFCFCF. Windows color (decimal): -3481466 or 8839370. OLE color: 8839370.

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

Color convert

RGB 202 224 134 -
CMYK 0.10 0 0.40 0.12
HSL 74.67º 0.59% 0.7% -
HSV(B) 74.67º 0.4% 0.88% -
XYZ 55.32 67.59 32.68 -
YUV 207.16 86.71 124.32 -
System Red Green Blue C M Y K H S L
Decimal 202 224 134 0.10 0 0.40 0.12 74.67 0.59 0.7
Hex CA E0 86 A 0 28 C 4B 3B 46
Octal 312 340 206 12 0 50 14 113 73 106
Binary 11001010 11100000 10000110 1010 0 101000 1100 1001011 111011 1000110

Color Harmonies of #CAE086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE086

Black with #CAE086

Text Example


Text Example

White with #CAE086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE086; }

 p { color: rgb(202,224,134); }

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

background-color css

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

 a { background-color: rgb(202,224,134); }

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

border-color css

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

 span { border-color: rgb(202,224,134); }

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