Html Css Color HEX #DEF08A Jonquil

📋 copy color: '#DEF08A'

red 222 ◦ green 240 ◦ blue 138

#DEF08A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jonquil #DEF08A

Tints of Jonquil #DEF08A

RGB

 RED value IS 222 (87.11% from 255) = 37%

 GREEN value IS 240 (94.14% from 255) = 40%

 BLUE value IS 138 (54.3% from 255) = 23%

R = 37%
G = 40%
B = 23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#DEF08A (or 0xDEF08A) is known color: Jonquil. HEX triplet: DE, F0 and 8A. RGB value is (222,240,138). Sum of RGB (Red+Green+Blue) = 222+240+138=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF08A is #210F75. Grayscale: #DFDFDF. Windows color (decimal): -2166646 or 9105630. OLE color: 9105630.

HSL color Cylindrical-coordinate representation of color #DEF08A: hue angle of 70.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEF08A is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 138 -
CMYK 0.08 0 0.42 0.06
HSL 70.59º 0.77% 0.74% -
HSV(B) 70.59º 0.43% 0.94% -
XYZ 65.87 79.68 35.95 -
YUV 222.99 80.04 127.29 -
System Red Green Blue C M Y K H S L
Decimal 222 240 138 0.08 0 0.42 0.06 70.59 0.77 0.74
Hex DE F0 8A 8 0 2A 6 47 4D 4A
Octal 336 360 212 10 0 52 6 107 115 112
Binary 11011110 11110000 10001010 1000 0 101010 110 1000111 1001101 1001010

Color Harmonies of #DEF08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF08A

Black with #DEF08A

Text Example


Text Example

White with #DEF08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF08A; }

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

 H1.HeaderClassName
 {
   color: #DEF08A;
 }
 .AnyTagClassName
 {
   color: #DEF08A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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