Html Css Color HEX #C2FC96 Reef

📋 copy color: '#C2FC96'

red 194 ◦ green 252 ◦ blue 150

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

Shades of Reef #C2FC96

Tints of Reef #C2FC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.17%

R = 32.55%
G = 42.28%
B = 25.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#C2FC96 (or 0xC2FC96) is known color: Reef. HEX triplet: C2, FC and 96. RGB value is (194,252,150). Sum of RGB (Red+Green+Blue) = 194+252+150=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FC96 is #3D0369. Grayscale: #DFDFDF. Windows color (decimal): -3998570 or 9895106. OLE color: 9895106.

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

Color convert

RGB 194 252 150 -
CMYK 0.23 0 0.40 0.01
HSL 94.12º 0.94% 0.79% -
HSV(B) 94.12º 0.4% 0.99% -
XYZ 62.56 83.29 41.63 -
YUV 223.03 86.78 107.29 -
System Red Green Blue C M Y K H S L
Decimal 194 252 150 0.23 0 0.40 0.01 94.12 0.94 0.79
Hex C2 FC 96 17 0 28 1 5E 5E 4F
Octal 302 374 226 27 0 50 1 136 136 117
Binary 11000010 11111100 10010110 10111 0 101000 1 1011110 1011110 1001111

Color Harmonies of #C2FC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FC96

Black with #C2FC96

Text Example


Text Example

White with #C2FC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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