Html Css Color HEX #CAE794 Reef

📋 copy color: '#CAE794'

red 202 ◦ green 231 ◦ blue 148

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

Shades of Reef #CAE794

Tints of Reef #CAE794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.47%

R = 34.77%
G = 39.76%
B = 25.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#CAE794 (or 0xCAE794) is known color: Reef. HEX triplet: CA, E7 and 94. RGB value is (202,231,148). Sum of RGB (Red+Green+Blue) = 202+231+148=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE794 is #35186B. Grayscale: #D5D5D5. Windows color (decimal): -3479660 or 9758666. OLE color: 9758666.

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

Color convert

RGB 202 231 148 -
CMYK 0.13 0 0.36 0.09
HSL 80.96º 0.63% 0.74% -
HSV(B) 80.96º 0.36% 0.91% -
XYZ 58.28 71.85 38.81 -
YUV 212.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 202 231 148 0.13 0 0.36 0.09 80.96 0.63 0.74
Hex CA E7 94 D 0 24 9 51 3F 4A
Octal 312 347 224 15 0 44 11 121 77 112
Binary 11001010 11100111 10010100 1101 0 100100 1001 1010001 111111 1001010

Color Harmonies of #CAE794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE794

Black with #CAE794

Text Example


Text Example

White with #CAE794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE794; }

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

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

background-color css

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

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

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

border-color css

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

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

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