Html Css Color HEX #C2D94E Conifer

📋 copy color: '#C2D94E'

red 194 ◦ green 217 ◦ blue 78

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

Shades of Conifer #C2D94E

Tints of Conifer #C2D94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.95%

R = 39.67%
G = 44.38%
B = 15.95%

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

#C2D94E (or 0xC2D94E) is known color: Conifer. HEX triplet: C2, D9 and 4E. RGB value is (194,217,78). Sum of RGB (Red+Green+Blue) = 194+217+78=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D94E is #3D26B1. Grayscale: #C2C2C2. Windows color (decimal): -4007602 or 5167554. OLE color: 5167554.

HSL color Cylindrical-coordinate representation of color #C2D94E: hue angle of 69.93º degrees, saturation: 0.65, 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 #C2D94E is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 78 -
CMYK 0.11 0 0.64 0.15
HSL 69.93º 0.65% 0.58% -
HSV(B) 69.93º 0.64% 0.85% -
XYZ 48.44 61.65 16.55 -
YUV 194.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 194 217 78 0.11 0 0.64 0.15 69.93 0.65 0.58
Hex C2 D9 4E B 0 40 F 46 41 3A
Octal 302 331 116 13 0 100 17 106 101 72
Binary 11000010 11011001 1001110 1011 0 1000000 1111 1000110 1000001 111010

Color Harmonies of #C2D94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D94E

Black with #C2D94E

Text Example


Text Example

White with #C2D94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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