Html Css Color HEX #C2D94C Conifer

📋 copy color: '#C2D94C'

red 194 ◦ green 217 ◦ blue 76

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

Shades of Conifer #C2D94C

Tints of Conifer #C2D94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.61%

R = 39.84%
G = 44.56%
B = 15.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#C2D94C (or 0xC2D94C) is known color: Conifer. HEX triplet: C2, D9 and 4C. RGB value is (194,217,76). Sum of RGB (Red+Green+Blue) = 194+217+76=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D94C is #3D26B3. Grayscale: #C2C2C2. Windows color (decimal): -4007604 or 5036482. OLE color: 5036482.

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

Color convert

RGB 194 217 76 -
CMYK 0.11 0 0.65 0.15
HSL 69.79º 0.65% 0.57% -
HSV(B) 69.79º 0.65% 0.85% -
XYZ 48.37 61.62 16.18 -
YUV 194.05 61.38 127.96 -
System Red Green Blue C M Y K H S L
Decimal 194 217 76 0.11 0 0.65 0.15 69.79 0.65 0.57
Hex C2 D9 4C B 0 41 F 46 41 39
Octal 302 331 114 13 0 101 17 106 101 71
Binary 11000010 11011001 1001100 1011 0 1000001 1111 1000110 1000001 111001

Color Harmonies of #C2D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D94C

Black with #C2D94C

Text Example


Text Example

White with #C2D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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