#DEF28A

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

Shades of Jonquil #DEF28A

Tints of Jonquil #DEF28A

Color information

#DEF28A (or 0xDEF28A) is unknown color: approx Jonquil. HEX triplet: DE, F2 and 8A. RGB value is (222,242,138). Sum of RGB (Red+Green+Blue) = 222+242+138=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF28A is #210D75. Grayscale: #E0E0E0. Windows color (decimal): -2166134 or 9106142. OLE color: 9106142.

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

Color convert

RGB222242138-
CMYK0.0800.430.05
HSL71.54º80%74.51%-
HSV(B)71.54º42.98%94.9%-
XYZ66.4680.8736.15-
YUV224.1679.37126.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 242 (94.92% from 255) = 40.20%
BLUE value IS 138 (54.30% from 255) = 22.92%
R=36.88%
G=40.20%
B=22.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421380.0800.430.0571.548074.51
HexDEF28A802B548504b
Octal336362212100535110120113
Binary11011110111100101000101010000101011101100100010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF28A; }

 p { color: rgb(222,242,138); }

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

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

 a { background-color: rgb(222,242,138); }

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

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

 span { border-color: rgb(222,242,138); }

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