Html Css Color HEX #CAE79A Reef

📋 copy color: '#CAE79A'

red 202 ◦ green 231 ◦ blue 154

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

Shades of Reef #CAE79A

Tints of Reef #CAE79A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.35%

 BLUE value IS 154 (60.55% from 255) = 26.24%

R = 34.41%
G = 39.35%
B = 26.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#CAE79A (or 0xCAE79A) is known color: Reef. HEX triplet: CA, E7 and 9A. RGB value is (202,231,154). Sum of RGB (Red+Green+Blue) = 202+231+154=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 154 (60.55% from 255 or 26.24% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE79A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE79A is #351865. Grayscale: #D5D5D5. Windows color (decimal): -3479654 or 10151882. OLE color: 10151882.

HSL color Cylindrical-coordinate representation of color #CAE79A: hue angle of 82.6º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAE79A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 231 154 -
CMYK 0.13 0 0.33 0.09
HSL 82.6º 0.62% 0.75% -
HSV(B) 82.6º 0.33% 0.91% -
XYZ 58.77 72.04 41.38 -
YUV 213.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 202 231 154 0.13 0 0.33 0.09 82.6 0.62 0.75
Hex CA E7 9A D 0 21 9 53 3E 4B
Octal 312 347 232 15 0 41 11 123 76 113
Binary 11001010 11100111 10011010 1101 0 100001 1001 1010011 111110 1001011

Color Harmonies of #CAE79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE79A

Black with #CAE79A

Text Example


Text Example

White with #CAE79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE79A; }

 p { color: rgb(202,231,154); }

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

background-color css

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

 a { background-color: rgb(202,231,154); }

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

border-color css

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

 span { border-color: rgb(202,231,154); }

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