#C1D64D

Color #C1D64D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #C1D64D

Tints of Conifer #C1D64D

Color information

#C1D64D (or 0xC1D64D) is unknown color: approx Conifer. HEX triplet: C1, D6 and 4D. RGB value is (193,214,77). Sum of RGB (Red+Green+Blue) = 193+214+77=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D64D is #3E29B2. Grayscale: #C0C0C0. Windows color (decimal): -4073907 or 5101249. OLE color: 5101249.

HSL color Cylindrical-coordinate representation of color #C1D64D: hue angle of 69.2º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1D64D is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB19321477-
CMYK0.1000.640.16
HSL69.2º62.56%57.06%-
HSV(B)69.2º64.02%83.92%-
XYZ47.3859.9716.1-
YUV192.163.04128.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 214 (83.98% from 255) = 44.21%
BLUE value IS 77 (30.47% from 255) = 15.91%
R=39.88%
G=44.21%
B=15.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193214770.1000.640.1669.262.5657.06
HexC1D64DA04010453f39
Octal301326115120100201057771
Binary11000001110101101001101101001000000100001000101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D64D; }

 p { color: rgb(193,214,77); }

 H1.HeaderClassName
 {
   color: #C1D64D;
 }
 .AnyTagClassName
 {
   color: #C1D64D;
 }
</style>
background-color css

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

 a { background-color: rgb(193,214,77); }

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

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

 span { border-color: rgb(193,214,77); }

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