Html Css Color HEX #C2F296 Reef

📋 copy color: '#C2F296'

red 194 ◦ green 242 ◦ blue 150

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

Shades of Reef #C2F296

Tints of Reef #C2F296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.3%

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

R = 33.11%
G = 41.3%
B = 25.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#C2F296 (or 0xC2F296) is known color: Reef. HEX triplet: C2, F2 and 96. RGB value is (194,242,150). Sum of RGB (Red+Green+Blue) = 194+242+150=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F296 is #3D0D69. Grayscale: #D9D9D9. Windows color (decimal): -4001130 or 9892546. OLE color: 9892546.

HSL color Cylindrical-coordinate representation of color #C2F296: hue angle of 91.3º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2F296 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 150 -
CMYK 0.20 0 0.38 0.05
HSL 91.3º 0.78% 0.77% -
HSV(B) 91.3º 0.38% 0.95% -
XYZ 59.51 77.18 40.61 -
YUV 217.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 194 242 150 0.20 0 0.38 0.05 91.3 0.78 0.77
Hex C2 F2 96 14 0 26 5 5B 4E 4D
Octal 302 362 226 24 0 46 5 133 116 115
Binary 11000010 11110010 10010110 10100 0 100110 101 1011011 1001110 1001101

Color Harmonies of #C2F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F296

Black with #C2F296

Text Example


Text Example

White with #C2F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F296; }

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

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

background-color css

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

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

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

border-color css

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

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

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