Html Css Color HEX #C0D94A Conifer

📋 copy color: '#C0D94A'

red 192 ◦ green 217 ◦ blue 74

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

Shades of Conifer #C0D94A

Tints of Conifer #C0D94A

RGB

 RED value IS 192 (75.39% from 255) = 39.75%

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

 BLUE value IS 74 (29.3% from 255) = 15.32%

R = 39.75%
G = 44.93%
B = 15.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#C0D94A (or 0xC0D94A) is known color: Conifer. HEX triplet: C0, D9 and 4A. RGB value is (192,217,74). Sum of RGB (Red+Green+Blue) = 192+217+74=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D94A is #3F26B5. Grayscale: #C1C1C1. Windows color (decimal): -4138678 or 4905408. OLE color: 4905408.

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

Color convert

RGB 192 217 74 -
CMYK 0.12 0 0.66 0.15
HSL 70.49º 0.65% 0.57% -
HSV(B) 70.49º 0.66% 0.85% -
XYZ 47.79 61.33 15.8 -
YUV 193.22 60.72 127.13 -
System Red Green Blue C M Y K H S L
Decimal 192 217 74 0.12 0 0.66 0.15 70.49 0.65 0.57
Hex C0 D9 4A C 0 42 F 46 41 39
Octal 300 331 112 14 0 102 17 106 101 71
Binary 11000000 11011001 1001010 1100 0 1000010 1111 1000110 1000001 111001

Color Harmonies of #C0D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D94A

Black with #C0D94A

Text Example


Text Example

White with #C0D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D94A; }

 p { color: rgb(192,217,74); }

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

background-color css

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

 a { background-color: rgb(192,217,74); }

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

border-color css

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

 span { border-color: rgb(192,217,74); }

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