#C2DF5E

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

Shades of Conifer #C2DF5E

Tints of Conifer #C2DF5E

Color information

#C2DF5E (or 0xC2DF5E) is unknown color: approx Conifer. HEX triplet: C2, DF and 5E. RGB value is (194,223,94). Sum of RGB (Red+Green+Blue) = 194+223+94=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DF5E is #3D20A1. Grayscale: #C8C8C8. Windows color (decimal): -4006050 or 6217666. OLE color: 6217666.

HSL color Cylindrical-coordinate representation of color #C2DF5E: hue angle of 73.49º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2DF5E is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB19422394-
CMYK0.1300.580.13
HSL73.49º66.84%62.16%-
HSV(B)73.49º57.85%87.45%-
XYZ50.6665.0520.48-
YUV199.6268.39123.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 223 (87.5% from 255) = 43.64%
BLUE value IS 94 (37.11% from 255) = 18.40%
R=37.96%
G=43.64%
B=18.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194223940.1300.580.1373.4966.8462.16
HexC2DF5ED03AD49433e
Octal302337136150721511110376
Binary1100001011011111101111011010111010110110010011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DF5E; }

 p { color: rgb(194,223,94); }

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

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

 a { background-color: rgb(194,223,94); }

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

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

 span { border-color: rgb(194,223,94); }

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