Html Css Color HEX #DBF914 Chartreuse Yellow

📋 copy color: '#DBF914'

red 219 ◦ green 249 ◦ blue 20

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

Shades of Chartreuse Yellow #DBF914

Tints of Chartreuse Yellow #DBF914

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.02%

 BLUE value IS 20 (8.2% from 255) = 4.1%

R = 44.88%
G = 51.02%
B = 4.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#DBF914 (or 0xDBF914) is known color: Chartreuse Yellow. HEX triplet: DB, F9 and 14. RGB value is (219,249,20). Sum of RGB (Red+Green+Blue) = 219+249+20=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 20 (8.20% from 255 or 4.10% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF914 is #2406EB. Grayscale: #D6D6D6. Windows color (decimal): -2361068 or 1374683. OLE color: 1374683.

HSL color Cylindrical-coordinate representation of color #DBF914: hue angle of 67.86º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBF914 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 20 -
CMYK 0.12 0 0.92 0.02
HSL 67.86º 0.95% 0.53% -
HSV(B) 67.86º 0.92% 0.98% -
XYZ 63.22 82.86 13.32 -
YUV 213.92 18.56 131.62 -
System Red Green Blue C M Y K H S L
Decimal 219 249 20 0.12 0 0.92 0.02 67.86 0.95 0.53
Hex DB F9 14 C 0 5C 2 44 5F 35
Octal 333 371 24 14 0 134 2 104 137 65
Binary 11011011 11111001 10100 1100 0 1011100 10 1000100 1011111 110101

Color Harmonies of #DBF914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF914

Black with #DBF914

Text Example


Text Example

White with #DBF914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF914; }

 p { color: rgb(219,249,20); }

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

background-color css

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

 a { background-color: rgb(219,249,20); }

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

border-color css

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

 span { border-color: rgb(219,249,20); }

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