Html Css Color HEX #C2F261 Conifer

📋 copy color: '#C2F261'

red 194 ◦ green 242 ◦ blue 97

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

Shades of Conifer #C2F261

Tints of Conifer #C2F261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.2%

R = 36.4%
G = 45.4%
B = 18.2%

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

#C2F261 (or 0xC2F261) is known color: Conifer. HEX triplet: C2, F2 and 61. RGB value is (194,242,97). Sum of RGB (Red+Green+Blue) = 194+242+97=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F261 is #3D0D9E. Grayscale: #D3D3D3. Windows color (decimal): -4001183 or 6419138. OLE color: 6419138.

HSL color Cylindrical-coordinate representation of color #C2F261: hue angle of 79.86º degrees, saturation: 0.85, 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 #C2F261 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 97 -
CMYK 0.20 0 0.60 0.05
HSL 79.86º 0.85% 0.66% -
HSV(B) 79.86º 0.6% 0.95% -
XYZ 56.16 75.84 22.99 -
YUV 211.12 63.6 115.79 -
System Red Green Blue C M Y K H S L
Decimal 194 242 97 0.20 0 0.60 0.05 79.86 0.85 0.66
Hex C2 F2 61 14 0 3C 5 50 55 42
Octal 302 362 141 24 0 74 5 120 125 102
Binary 11000010 11110010 1100001 10100 0 111100 101 1010000 1010101 1000010

Color Harmonies of #C2F261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F261

Black with #C2F261

Text Example


Text Example

White with #C2F261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F261; }

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

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

background-color css

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

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

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

border-color css

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

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

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