Html Css Color HEX #DBF414 Chartreuse Yellow

📋 copy color: '#DBF414'

red 219 ◦ green 244 ◦ blue 20

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

Shades of Chartreuse Yellow #DBF414

Tints of Chartreuse Yellow #DBF414

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.52%

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

R = 45.34%
G = 50.52%
B = 4.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#DBF414 (or 0xDBF414) is known color: Chartreuse Yellow. HEX triplet: DB, F4 and 14. RGB value is (219,244,20). Sum of RGB (Red+Green+Blue) = 219+244+20=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF414 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF414 is #240BEB. Grayscale: #D3D3D3. Windows color (decimal): -2362348 or 1373403. OLE color: 1373403.

HSL color Cylindrical-coordinate representation of color #DBF414: hue angle of 66.7º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBF414 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 244 20 -
CMYK 0.10 0 0.92 0.04
HSL 66.7º 0.91% 0.52% -
HSV(B) 66.7º 0.92% 0.96% -
XYZ 61.69 79.81 12.82 -
YUV 210.99 20.22 133.71 -
System Red Green Blue C M Y K H S L
Decimal 219 244 20 0.10 0 0.92 0.04 66.7 0.91 0.52
Hex DB F4 14 A 0 5C 4 43 5B 34
Octal 333 364 24 12 0 134 4 103 133 64
Binary 11011011 11110100 10100 1010 0 1011100 100 1000011 1011011 110100

Color Harmonies of #DBF414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF414

Black with #DBF414

Text Example


Text Example

White with #DBF414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF414; }

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

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

background-color css

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

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

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

border-color css

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

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

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