#C1DF5A

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

Shades of Conifer #C1DF5A

Tints of Conifer #C1DF5A

Color information

#C1DF5A (or 0xC1DF5A) is unknown color: approx Conifer. HEX triplet: C1, DF and 5A. RGB value is (193,223,90). Sum of RGB (Red+Green+Blue) = 193+223+90=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DF5A is #3E20A5. Grayscale: #C7C7C7. Windows color (decimal): -4071590 or 5955521. OLE color: 5955521.

HSL color Cylindrical-coordinate representation of color #C1DF5A: hue angle of 73.53º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1DF5A is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB19322390-
CMYK0.1300.600.13
HSL73.53º67.51%61.37%-
HSV(B)73.53º59.64%87.45%-
XYZ50.2364.8519.54-
YUV198.8766.56123.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 90 (35.55% from 255) = 17.79%
R=38.14%
G=44.07%
B=17.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193223900.1300.600.1373.5367.5161.37
HexC1DF5AD03CD4a443d
Octal301337132150741511210475
Binary1100000111011111101101011010111100110110010101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DF5A; }

 p { color: rgb(193,223,90); }

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

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

 a { background-color: rgb(193,223,90); }

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

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

 span { border-color: rgb(193,223,90); }

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