Html Css Color HEX #C2F94D Conifer

📋 copy color: '#C2F94D'

red 194 ◦ green 249 ◦ blue 77

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

Shades of Conifer #C2F94D

Tints of Conifer #C2F94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.81%

R = 37.31%
G = 47.88%
B = 14.81%

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

#C2F94D (or 0xC2F94D) is known color: Conifer. HEX triplet: C2, F9 and 4D. RGB value is (194,249,77). Sum of RGB (Red+Green+Blue) = 194+249+77=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F94D is #3D06B2. Grayscale: #D5D5D5. Windows color (decimal): -3999411 or 5110210. OLE color: 5110210.

HSL color Cylindrical-coordinate representation of color #C2F94D: hue angle of 79.19º degrees, saturation: 0.93, 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 #C2F94D is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 77 -
CMYK 0.22 0 0.69 0.02
HSL 79.19º 0.93% 0.64% -
HSV(B) 79.19º 0.69% 0.98% -
XYZ 57.46 79.76 19.39 -
YUV 212.95 51.28 114.49 -
System Red Green Blue C M Y K H S L
Decimal 194 249 77 0.22 0 0.69 0.02 79.19 0.93 0.64
Hex C2 F9 4D 16 0 45 2 4F 5D 40
Octal 302 371 115 26 0 105 2 117 135 100
Binary 11000010 11111001 1001101 10110 0 1000101 10 1001111 1011101 1000000

Color Harmonies of #C2F94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F94D

Black with #C2F94D

Text Example


Text Example

White with #C2F94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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