Html Css Color HEX #C2F950 Conifer

📋 copy color: '#C2F950'

red 194 ◦ green 249 ◦ blue 80

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

Shades of Conifer #C2F950

Tints of Conifer #C2F950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.61%

 BLUE value IS 80 (31.64% from 255) = 15.3%

R = 37.09%
G = 47.61%
B = 15.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#C2F950 (or 0xC2F950) is known color: Conifer. HEX triplet: C2, F9 and 50. RGB value is (194,249,80). Sum of RGB (Red+Green+Blue) = 194+249+80=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F950 is #3D06AF. Grayscale: #D5D5D5. Windows color (decimal): -3999408 or 5306818. OLE color: 5306818.

HSL color Cylindrical-coordinate representation of color #C2F950: hue angle of 79.53º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2F950 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 80 -
CMYK 0.22 0 0.68 0.02
HSL 79.53º 0.93% 0.65% -
HSV(B) 79.53º 0.68% 0.98% -
XYZ 57.57 79.8 19.96 -
YUV 213.29 52.78 114.24 -
System Red Green Blue C M Y K H S L
Decimal 194 249 80 0.22 0 0.68 0.02 79.53 0.93 0.65
Hex C2 F9 50 16 0 44 2 50 5D 41
Octal 302 371 120 26 0 104 2 120 135 101
Binary 11000010 11111001 1010000 10110 0 1000100 10 1010000 1011101 1000001

Color Harmonies of #C2F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F950

Black with #C2F950

Text Example


Text Example

White with #C2F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F950; }

 p { color: rgb(194,249,80); }

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

background-color css

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

 a { background-color: rgb(194,249,80); }

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

border-color css

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

 span { border-color: rgb(194,249,80); }

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