Html Css Color HEX #C2FA4E Conifer

📋 copy color: '#C2FA4E'

red 194 ◦ green 250 ◦ blue 78

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

Shades of Conifer #C2FA4E

Tints of Conifer #C2FA4E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.89%

 BLUE value IS 78 (30.86% from 255) = 14.94%

R = 37.16%
G = 47.89%
B = 14.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#C2FA4E (or 0xC2FA4E) is known color: Conifer. HEX triplet: C2, FA and 4E. RGB value is (194,250,78). Sum of RGB (Red+Green+Blue) = 194+250+78=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA4E is #3D05B1. Grayscale: #D6D6D6. Windows color (decimal): -3999154 or 5176002. OLE color: 5176002.

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

Color convert

RGB 194 250 78 -
CMYK 0.22 0 0.69 0.02
HSL 79.53º 0.95% 0.64% -
HSV(B) 79.53º 0.69% 0.98% -
XYZ 57.81 80.39 19.68 -
YUV 213.65 51.45 113.99 -
System Red Green Blue C M Y K H S L
Decimal 194 250 78 0.22 0 0.69 0.02 79.53 0.95 0.64
Hex C2 FA 4E 16 0 45 2 50 5F 40
Octal 302 372 116 26 0 105 2 120 137 100
Binary 11000010 11111010 1001110 10110 0 1000101 10 1010000 1011111 1000000

Color Harmonies of #C2FA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA4E

Black with #C2FA4E

Text Example


Text Example

White with #C2FA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA4E; }

 p { color: rgb(194,250,78); }

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

background-color css

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

 a { background-color: rgb(194,250,78); }

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

border-color css

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

 span { border-color: rgb(194,250,78); }

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