Html Css Color HEX #C2FA5E Conifer

📋 copy color: '#C2FA5E'

red 194 ◦ green 250 ◦ blue 94

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

Shades of Conifer #C2FA5E

Tints of Conifer #C2FA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.47%

R = 36.06%
G = 46.47%
B = 17.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#C2FA5E (or 0xC2FA5E) is known color: Conifer. HEX triplet: C2, FA and 5E. RGB value is (194,250,94). Sum of RGB (Red+Green+Blue) = 194+250+94=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA5E is #3D05A1. Grayscale: #D8D8D8. Windows color (decimal): -3999138 or 6224578. OLE color: 6224578.

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

Color convert

RGB 194 250 94 -
CMYK 0.22 0 0.62 0.02
HSL 81.54º 0.94% 0.67% -
HSV(B) 81.54º 0.62% 0.98% -
XYZ 58.45 80.65 23.08 -
YUV 215.47 59.45 112.68 -
System Red Green Blue C M Y K H S L
Decimal 194 250 94 0.22 0 0.62 0.02 81.54 0.94 0.67
Hex C2 FA 5E 16 0 3E 2 52 5E 43
Octal 302 372 136 26 0 76 2 122 136 103
Binary 11000010 11111010 1011110 10110 0 111110 10 1010010 1011110 1000011

Color Harmonies of #C2FA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA5E

Black with #C2FA5E

Text Example


Text Example

White with #C2FA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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