#dbf28b

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

Shades of Jonquil #DBF28B

Tints of Jonquil #DBF28B

Color information

#DBF28B (or 0xDBF28B) is unknown color: approx Jonquil. HEX triplet: DB, F2 and 8B. RGB value is (219,242,139). Sum of RGB (Red+Green+Blue) = 219+242+139=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF28B is #240D74. Grayscale: #DFDFDF. Windows color (decimal): -2362741 or 9171675. OLE color: 9171675.

HSL color Cylindrical-coordinate representation of color #DBF28B: hue angle of 73.4º 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 #DBF28B is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB219242139-
CMYK0.1000.430.05
HSL73.4º79.84%74.71%-
HSV(B)73.4º42.56%94.9%-
XYZ65.6380.4336.49-
YUV223.3880.38124.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 242 (94.92% from 255) = 40.33%
BLUE value IS 139 (54.69% from 255) = 23.17%
R=36.5%
G=40.33%
B=23.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192421390.1000.430.0573.479.8474.71
HexDBF28BA02B549504b
Octal333362213120535111120113
Binary11011011111100101000101110100101011101100100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbf28b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbf28b; }

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

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

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

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

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

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

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

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