Html Css Color HEX #C2FA97 Reef

📋 copy color: '#C2FA97'

red 194 ◦ green 250 ◦ blue 151

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

Shades of Reef #C2FA97

Tints of Reef #C2FA97

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.02%

 BLUE value IS 151 (59.38% from 255) = 25.38%

R = 32.61%
G = 42.02%
B = 25.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#C2FA97 (or 0xC2FA97) is known color: Reef. HEX triplet: C2, FA and 97. RGB value is (194,250,151). Sum of RGB (Red+Green+Blue) = 194+250+151=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FA97 is #3D0568. Grayscale: #DEDEDE. Windows color (decimal): -3999081 or 9960130. OLE color: 9960130.

HSL color Cylindrical-coordinate representation of color #C2FA97: hue angle of 93.94º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2FA97 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 151 -
CMYK 0.22 0 0.40 0.02
HSL 93.94º 0.91% 0.79% -
HSV(B) 93.94º 0.4% 0.98% -
XYZ 62.02 82.07 41.85 -
YUV 221.97 87.95 108.05 -
System Red Green Blue C M Y K H S L
Decimal 194 250 151 0.22 0 0.40 0.02 93.94 0.91 0.79
Hex C2 FA 97 16 0 28 2 5E 5B 4F
Octal 302 372 227 26 0 50 2 136 133 117
Binary 11000010 11111010 10010111 10110 0 101000 10 1011110 1011011 1001111

Color Harmonies of #C2FA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA97

Black with #C2FA97

Text Example


Text Example

White with #C2FA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA97; }

 p { color: rgb(194,250,151); }

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

background-color css

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

 a { background-color: rgb(194,250,151); }

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

border-color css

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

 span { border-color: rgb(194,250,151); }

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