Html Css Color HEX #DBF314 Chartreuse Yellow

📋 copy color: '#DBF314'

red 219 ◦ green 243 ◦ blue 20

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

Shades of Chartreuse Yellow #DBF314

Tints of Chartreuse Yellow #DBF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.41%

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

R = 45.44%
G = 50.41%
B = 4.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#DBF314 (or 0xDBF314) is known color: Chartreuse Yellow. HEX triplet: DB, F3 and 14. RGB value is (219,243,20). Sum of RGB (Red+Green+Blue) = 219+243+20=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF314 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF314 is #240CEB. Grayscale: #D3D3D3. Windows color (decimal): -2362604 or 1373147. OLE color: 1373147.

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

Color convert

RGB 219 243 20 -
CMYK 0.10 0 0.92 0.05
HSL 66.46º 0.9% 0.52% -
HSV(B) 66.46º 0.92% 0.95% -
XYZ 61.39 79.21 12.72 -
YUV 210.4 20.55 134.13 -
System Red Green Blue C M Y K H S L
Decimal 219 243 20 0.10 0 0.92 0.05 66.46 0.9 0.52
Hex DB F3 14 A 0 5C 5 42 5A 34
Octal 333 363 24 12 0 134 5 102 132 64
Binary 11011011 11110011 10100 1010 0 1011100 101 1000010 1011010 110100

Color Harmonies of #DBF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF314

Black with #DBF314

Text Example


Text Example

White with #DBF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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