Html Css Color HEX #CAE59E Reef

📋 copy color: '#CAE59E'

red 202 ◦ green 229 ◦ blue 158

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

Shades of Reef #CAE59E

Tints of Reef #CAE59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.83%

R = 34.3%
G = 38.88%
B = 26.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#CAE59E (or 0xCAE59E) is known color: Reef. HEX triplet: CA, E5 and 9E. RGB value is (202,229,158). Sum of RGB (Red+Green+Blue) = 202+229+158=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE59E is #351A61. Grayscale: #D5D5D5. Windows color (decimal): -3480162 or 10413514. OLE color: 10413514.

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

Color convert

RGB 202 229 158 -
CMYK 0.12 0 0.31 0.10
HSL 82.82º 0.58% 0.76% -
HSV(B) 82.82º 0.31% 0.9% -
XYZ 58.55 71.06 42.98 -
YUV 212.83 97.05 120.27 -
System Red Green Blue C M Y K H S L
Decimal 202 229 158 0.12 0 0.31 0.10 82.82 0.58 0.76
Hex CA E5 9E C 0 1F A 53 3A 4C
Octal 312 345 236 14 0 37 12 123 72 114
Binary 11001010 11100101 10011110 1100 0 11111 1010 1010011 111010 1001100

Color Harmonies of #CAE59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE59E

Black with #CAE59E

Text Example


Text Example

White with #CAE59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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