Html Css Color HEX #C2F160 Conifer

📋 copy color: '#C2F160'

red 194 ◦ green 241 ◦ blue 96

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

Shades of Conifer #C2F160

Tints of Conifer #C2F160

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.39%

 BLUE value IS 96 (37.89% from 255) = 18.08%

R = 36.53%
G = 45.39%
B = 18.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#C2F160 (or 0xC2F160) is known color: Conifer. HEX triplet: C2, F1 and 60. RGB value is (194,241,96). Sum of RGB (Red+Green+Blue) = 194+241+96=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F160 is #3D0E9F. Grayscale: #D2D2D2. Windows color (decimal): -4001440 or 6353346. OLE color: 6353346.

HSL color Cylindrical-coordinate representation of color #C2F160: hue angle of 79.45º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2F160 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 96 -
CMYK 0.20 0 0.60 0.05
HSL 79.45º 0.84% 0.66% -
HSV(B) 79.45º 0.6% 0.95% -
XYZ 55.81 75.22 22.64 -
YUV 210.42 63.43 116.29 -
System Red Green Blue C M Y K H S L
Decimal 194 241 96 0.20 0 0.60 0.05 79.45 0.84 0.66
Hex C2 F1 60 14 0 3C 5 4F 54 42
Octal 302 361 140 24 0 74 5 117 124 102
Binary 11000010 11110001 1100000 10100 0 111100 101 1001111 1010100 1000010

Color Harmonies of #C2F160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F160

Black with #C2F160

Text Example


Text Example

White with #C2F160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F160; }

 p { color: rgb(194,241,96); }

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

background-color css

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

 a { background-color: rgb(194,241,96); }

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

border-color css

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

 span { border-color: rgb(194,241,96); }

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