#DCF28B

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

Shades of Jonquil #DCF28B

Tints of Jonquil #DCF28B

Color information

#DCF28B (or 0xDCF28B) is unknown color: approx Jonquil. HEX triplet: DC, F2 and 8B. RGB value is (220,242,139). Sum of RGB (Red+Green+Blue) = 220+242+139=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 139 (54.69% from 255 or 23.13% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF28B is #230D74. Grayscale: #E0E0E0. Windows color (decimal): -2297205 or 9171676. OLE color: 9171676.

HSL color Cylindrical-coordinate representation of color #DCF28B: hue angle of 72.82º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCF28B is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB220242139-
CMYK0.0900.430.05
HSL72.82º79.84%74.71%-
HSV(B)72.82º42.56%94.9%-
XYZ65.9380.5836.51-
YUV223.6880.21125.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 242 (94.92% from 255) = 40.27%
BLUE value IS 139 (54.69% from 255) = 23.13%
R=36.61%
G=40.27%
B=23.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202421390.0900.430.0572.8279.8474.71
HexDCF28B902B549504b
Octal334362213110535111120113
Binary11011100111100101000101110010101011101100100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF28B; }

 p { color: rgb(220,242,139); }

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

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

 a { background-color: rgb(220,242,139); }

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

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

 span { border-color: rgb(220,242,139); }

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