#DCF48A

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

Shades of Jonquil #DCF48A

Tints of Jonquil #DCF48A

Color information

#DCF48A (or 0xDCF48A) is unknown color: approx Jonquil. HEX triplet: DC, F4 and 8A. RGB value is (220,244,138). Sum of RGB (Red+Green+Blue) = 220+244+138=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF48A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF48A is #230B75. Grayscale: #E1E1E1. Windows color (decimal): -2296694 or 9106652. OLE color: 9106652.

HSL color Cylindrical-coordinate representation of color #DCF48A: hue angle of 73.58º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCF48A is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB220244138-
CMYK0.1000.430.04
HSL73.58º82.81%74.9%-
HSV(B)73.58º43.44%95.69%-
XYZ66.4581.7536.32-
YUV224.7479.05124.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 244 (95.70% from 255) = 40.53%
BLUE value IS 138 (54.30% from 255) = 22.92%
R=36.54%
G=40.53%
B=22.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202441380.1000.430.0473.5882.8174.9
HexDCF48AA02B44a534b
Octal334364212120534112123113
Binary11011100111101001000101010100101011100100101010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF48A; }

 p { color: rgb(220,244,138); }

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

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

 a { background-color: rgb(220,244,138); }

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

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

 span { border-color: rgb(220,244,138); }

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