Html Css Color HEX #C2FE96 Reef

📋 copy color: '#C2FE96'

red 194 ◦ green 254 ◦ blue 150

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

Shades of Reef #C2FE96

Tints of Reef #C2FE96

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.47%

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

R = 32.44%
G = 42.47%
B = 25.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#C2FE96 (or 0xC2FE96) is known color: Reef. HEX triplet: C2, FE and 96. RGB value is (194,254,150). Sum of RGB (Red+Green+Blue) = 194+254+150=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FE96 is #3D0169. Grayscale: #E0E0E0. Windows color (decimal): -3998058 or 9895618. OLE color: 9895618.

HSL color Cylindrical-coordinate representation of color #C2FE96: hue angle of 94.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2FE96 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 254 150 -
CMYK 0.24 0 0.41 0.00
HSL 94.62º 0.98% 0.79% -
HSV(B) 94.62º 0.41% 1% -
XYZ 63.19 84.55 41.84 -
YUV 224.2 86.12 106.46 -
System Red Green Blue C M Y K H S L
Decimal 194 254 150 0.24 0 0.41 0.00 94.62 0.98 0.79
Hex C2 FE 96 18 0 29 0 5F 62 4F
Octal 302 376 226 30 0 51 0 137 142 117
Binary 11000010 11111110 10010110 11000 0 101001 0 1011111 1100010 1001111

Color Harmonies of #C2FE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FE96

Black with #C2FE96

Text Example


Text Example

White with #C2FE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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