Html Css Color HEX #C2F149 Conifer

📋 copy color: '#C2F149'

red 194 ◦ green 241 ◦ blue 73

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

Shades of Conifer #C2F149

Tints of Conifer #C2F149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.37%

R = 38.19%
G = 47.44%
B = 14.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#C2F149 (or 0xC2F149) is known color: Conifer. HEX triplet: C2, F1 and 49. RGB value is (194,241,73). Sum of RGB (Red+Green+Blue) = 194+241+73=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F149 is #3D0EB6. Grayscale: #D0D0D0. Windows color (decimal): -4001463 or 4846018. OLE color: 4846018.

HSL color Cylindrical-coordinate representation of color #C2F149: hue angle of 76.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2F149 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 73 -
CMYK 0.20 0 0.70 0.05
HSL 76.79º 0.86% 0.62% -
HSV(B) 76.79º 0.7% 0.95% -
XYZ 54.91 74.86 17.86 -
YUV 207.8 51.93 118.16 -
System Red Green Blue C M Y K H S L
Decimal 194 241 73 0.20 0 0.70 0.05 76.79 0.86 0.62
Hex C2 F1 49 14 0 46 5 4D 56 3E
Octal 302 361 111 24 0 106 5 115 126 76
Binary 11000010 11110001 1001001 10100 0 1000110 101 1001101 1010110 111110

Color Harmonies of #C2F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F149

Black with #C2F149

Text Example


Text Example

White with #C2F149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F149; }

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

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

background-color css

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

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

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

border-color css

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

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

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