Html Css Color HEX #CAF794 Reef

📋 copy color: '#CAF794'

red 202 ◦ green 247 ◦ blue 148

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

Shades of Reef #CAF794

Tints of Reef #CAF794

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.37%

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

R = 33.84%
G = 41.37%
B = 24.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#CAF794 (or 0xCAF794) is known color: Reef. HEX triplet: CA, F7 and 94. RGB value is (202,247,148). Sum of RGB (Red+Green+Blue) = 202+247+148=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF794 is #35086B. Grayscale: #DEDEDE. Windows color (decimal): -3475564 or 9762762. OLE color: 9762762.

HSL color Cylindrical-coordinate representation of color #CAF794: hue angle of 87.27º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAF794 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 148 -
CMYK 0.18 0 0.40 0.03
HSL 87.27º 0.86% 0.77% -
HSV(B) 87.27º 0.4% 0.97% -
XYZ 62.96 81.22 40.37 -
YUV 222.26 86.09 113.55 -
System Red Green Blue C M Y K H S L
Decimal 202 247 148 0.18 0 0.40 0.03 87.27 0.86 0.77
Hex CA F7 94 12 0 28 3 57 56 4D
Octal 312 367 224 22 0 50 3 127 126 115
Binary 11001010 11110111 10010100 10010 0 101000 11 1010111 1010110 1001101

Color Harmonies of #CAF794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF794

Black with #CAF794

Text Example


Text Example

White with #CAF794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF794; }

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

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

background-color css

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

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

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

border-color css

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

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

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