Html Css Color HEX #C2F795 Reef

📋 copy color: '#C2F795'

red 194 ◦ green 247 ◦ blue 149

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

Shades of Reef #C2F795

Tints of Reef #C2F795

RGB

 RED value IS 194 (76.17% from 255) = 32.88%

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

 BLUE value IS 149 (58.59% from 255) = 25.25%

R = 32.88%
G = 41.86%
B = 25.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#C2F795 (or 0xC2F795) is known color: Reef. HEX triplet: C2, F7 and 95. RGB value is (194,247,149). Sum of RGB (Red+Green+Blue) = 194+247+149=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F795 is #3D086A. Grayscale: #DCDCDC. Windows color (decimal): -3999851 or 9828290. OLE color: 9828290.

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

Color convert

RGB 194 247 149 -
CMYK 0.21 0 0.40 0.03
HSL 92.45º 0.86% 0.78% -
HSV(B) 92.45º 0.4% 0.97% -
XYZ 60.93 80.16 40.69 -
YUV 219.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 194 247 149 0.21 0 0.40 0.03 92.45 0.86 0.78
Hex C2 F7 95 15 0 28 3 5C 56 4E
Octal 302 367 225 25 0 50 3 134 126 116
Binary 11000010 11110111 10010101 10101 0 101000 11 1011100 1010110 1001110

Color Harmonies of #C2F795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F795

Black with #C2F795

Text Example


Text Example

White with #C2F795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F795; }

 p { color: rgb(194,247,149); }

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

background-color css

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

 a { background-color: rgb(194,247,149); }

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

border-color css

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

 span { border-color: rgb(194,247,149); }

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