Html Css Color HEX #C2D94F Conifer

📋 copy color: '#C2D94F'

red 194 ◦ green 217 ◦ blue 79

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

Shades of Conifer #C2D94F

Tints of Conifer #C2D94F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.29%

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

R = 39.59%
G = 44.29%
B = 16.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#C2D94F (or 0xC2D94F) is known color: Conifer. HEX triplet: C2, D9 and 4F. RGB value is (194,217,79). Sum of RGB (Red+Green+Blue) = 194+217+79=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D94F is #3D26B0. Grayscale: #C2C2C2. Windows color (decimal): -4007601 or 5233090. OLE color: 5233090.

HSL color Cylindrical-coordinate representation of color #C2D94F: hue angle of 70º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2D94F is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 79 -
CMYK 0.11 0 0.64 0.15
HSL 70º 0.64% 0.58% -
HSV(B) 70º 0.64% 0.85% -
XYZ 48.47 61.66 16.74 -
YUV 194.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 194 217 79 0.11 0 0.64 0.15 70 0.64 0.58
Hex C2 D9 4F B 0 40 F 46 40 3A
Octal 302 331 117 13 0 100 17 106 100 72
Binary 11000010 11011001 1001111 1011 0 1000000 1111 1000110 1000000 111010

Color Harmonies of #C2D94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D94F

Black with #C2D94F

Text Example


Text Example

White with #C2D94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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