Html Css Color HEX #C2FC95 Reef

📋 copy color: '#C2FC95'

red 194 ◦ green 252 ◦ blue 149

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

Shades of Reef #C2FC95

Tints of Reef #C2FC95

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.35%

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

R = 32.61%
G = 42.35%
B = 25.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#C2FC95 (or 0xC2FC95) is known color: Reef. HEX triplet: C2, FC and 95. RGB value is (194,252,149). Sum of RGB (Red+Green+Blue) = 194+252+149=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FC95 is #3D036A. Grayscale: #DFDFDF. Windows color (decimal): -3998571 or 9829570. OLE color: 9829570.

HSL color Cylindrical-coordinate representation of color #C2FC95: hue angle of 93.79º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2FC95 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 252 149 -
CMYK 0.23 0 0.41 0.01
HSL 93.79º 0.94% 0.79% -
HSV(B) 93.79º 0.41% 0.99% -
XYZ 62.48 83.26 41.21 -
YUV 222.92 86.28 107.38 -
System Red Green Blue C M Y K H S L
Decimal 194 252 149 0.23 0 0.41 0.01 93.79 0.94 0.79
Hex C2 FC 95 17 0 29 1 5E 5E 4F
Octal 302 374 225 27 0 51 1 136 136 117
Binary 11000010 11111100 10010101 10111 0 101001 1 1011110 1011110 1001111

Color Harmonies of #C2FC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FC95

Black with #C2FC95

Text Example


Text Example

White with #C2FC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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