Html Css Color HEX #CAE596 Reef

📋 copy color: '#CAE596'

red 202 ◦ green 229 ◦ blue 150

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

Shades of Reef #CAE596

Tints of Reef #CAE596

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.41%

 BLUE value IS 150 (58.98% from 255) = 25.82%

R = 34.77%
G = 39.41%
B = 25.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#CAE596 (or 0xCAE596) is known color: Reef. HEX triplet: CA, E5 and 96. RGB value is (202,229,150). Sum of RGB (Red+Green+Blue) = 202+229+150=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE596 is #351A69. Grayscale: #D4D4D4. Windows color (decimal): -3480170 or 9889226. OLE color: 9889226.

HSL color Cylindrical-coordinate representation of color #CAE596: hue angle of 80.51º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAE596 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 150 -
CMYK 0.12 0 0.34 0.10
HSL 80.51º 0.6% 0.74% -
HSV(B) 80.51º 0.34% 0.9% -
XYZ 57.88 70.8 39.47 -
YUV 211.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 202 229 150 0.12 0 0.34 0.10 80.51 0.6 0.74
Hex CA E5 96 C 0 22 A 51 3C 4A
Octal 312 345 226 14 0 42 12 121 74 112
Binary 11001010 11100101 10010110 1100 0 100010 1010 1010001 111100 1001010

Color Harmonies of #CAE596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE596

Black with #CAE596

Text Example


Text Example

White with #CAE596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE596; }

 p { color: rgb(202,229,150); }

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

background-color css

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

 a { background-color: rgb(202,229,150); }

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

border-color css

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

 span { border-color: rgb(202,229,150); }

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