#C1E94D

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

Shades of Conifer #C1E94D

Tints of Conifer #C1E94D

Color information

#C1E94D (or 0xC1E94D) is unknown color: approx Conifer. HEX triplet: C1, E9 and 4D. RGB value is (193,233,77). Sum of RGB (Red+Green+Blue) = 193+233+77=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #C1E94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1E94D is #3E16B2. Grayscale: #CBCBCB. Windows color (decimal): -4069043 or 5106113. OLE color: 5106113.

HSL color Cylindrical-coordinate representation of color #C1E94D: hue angle of 75.38º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1E94D is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB19323377-
CMYK0.1700.670.09
HSL75.38º78%60.78%-
HSV(B)75.38º66.95%91.37%-
XYZ52.4770.1517.8-
YUV203.2656.75120.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 233 (91.41% from 255) = 46.32%
BLUE value IS 77 (30.47% from 255) = 15.31%
R=38.37%
G=46.32%
B=15.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal193233770.1700.670.0975.387860.78
HexC1E94D1104394b4e3d
Octal3013511152101031111311675
Binary110000011110100110011011000101000011100110010111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E94D; }

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

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

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

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

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

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

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

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