Html Css Color HEX #C2F94F Conifer

📋 copy color: '#C2F94F'

red 194 ◦ green 249 ◦ blue 79

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

Shades of Conifer #C2F94F

Tints of Conifer #C2F94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.13%

R = 37.16%
G = 47.7%
B = 15.13%

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

#C2F94F (or 0xC2F94F) is known color: Conifer. HEX triplet: C2, F9 and 4F. RGB value is (194,249,79). Sum of RGB (Red+Green+Blue) = 194+249+79=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F94F is #3D06B0. Grayscale: #D5D5D5. Windows color (decimal): -3999409 or 5241282. OLE color: 5241282.

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

Color convert

RGB 194 249 79 -
CMYK 0.22 0 0.68 0.02
HSL 79.41º 0.93% 0.64% -
HSV(B) 79.41º 0.68% 0.98% -
XYZ 57.54 79.79 19.76 -
YUV 213.18 52.28 114.32 -
System Red Green Blue C M Y K H S L
Decimal 194 249 79 0.22 0 0.68 0.02 79.41 0.93 0.64
Hex C2 F9 4F 16 0 44 2 4F 5D 40
Octal 302 371 117 26 0 104 2 117 135 100
Binary 11000010 11111001 1001111 10110 0 1000100 10 1001111 1011101 1000000

Color Harmonies of #C2F94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F94F

Black with #C2F94F

Text Example


Text Example

White with #C2F94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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