Html Css Color HEX #DBF28A Jonquil

📋 copy color: '#DBF28A'

red 219 ◦ green 242 ◦ blue 138

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

Shades of Jonquil #DBF28A

Tints of Jonquil #DBF28A

RGB

 RED value IS 219 (85.94% from 255) = 36.56%

 GREEN value IS 242 (94.92% from 255) = 40.4%

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

R = 36.56%
G = 40.4%
B = 23.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#DBF28A (or 0xDBF28A) is known color: Jonquil. HEX triplet: DB, F2 and 8A. RGB value is (219,242,138). Sum of RGB (Red+Green+Blue) = 219+242+138=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF28A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF28A is #240D75. Grayscale: #DFDFDF. Windows color (decimal): -2362742 or 9106139. OLE color: 9106139.

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

Color convert

RGB 219 242 138 -
CMYK 0.10 0 0.43 0.05
HSL 73.27º 0.8% 0.75% -
HSV(B) 73.27º 0.43% 0.95% -
XYZ 65.55 80.4 36.11 -
YUV 223.27 79.88 124.96 -
System Red Green Blue C M Y K H S L
Decimal 219 242 138 0.10 0 0.43 0.05 73.27 0.8 0.75
Hex DB F2 8A A 0 2B 5 49 50 4B
Octal 333 362 212 12 0 53 5 111 120 113
Binary 11011011 11110010 10001010 1010 0 101011 101 1001001 1010000 1001011

Color Harmonies of #DBF28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF28A

Black with #DBF28A

Text Example


Text Example

White with #DBF28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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