Html Css Color HEX #DBF30E Chartreuse Yellow

📋 copy color: '#DBF30E'

red 219 ◦ green 243 ◦ blue 14

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

Shades of Chartreuse Yellow #DBF30E

Tints of Chartreuse Yellow #DBF30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.94%

R = 46.01%
G = 51.05%
B = 2.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#DBF30E (or 0xDBF30E) is known color: Chartreuse Yellow. HEX triplet: DB, F3 and 0E. RGB value is (219,243,14). Sum of RGB (Red+Green+Blue) = 219+243+14=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 243 (95.31% from 255 or 51.05% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF30E is #240CF1. Grayscale: #D2D2D2. Windows color (decimal): -2362610 or 979931. OLE color: 979931.

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

Color convert

RGB 219 243 14 -
CMYK 0.10 0 0.94 0.05
HSL 66.29º 0.91% 0.5% -
HSV(B) 66.29º 0.94% 0.95% -
XYZ 61.34 79.19 12.47 -
YUV 209.72 17.55 134.62 -
System Red Green Blue C M Y K H S L
Decimal 219 243 14 0.10 0 0.94 0.05 66.29 0.91 0.5
Hex DB F3 E A 0 5E 5 42 5B 32
Octal 333 363 16 12 0 136 5 102 133 62
Binary 11011011 11110011 1110 1010 0 1011110 101 1000010 1011011 110010

Color Harmonies of #DBF30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF30E

Black with #DBF30E

Text Example


Text Example

White with #DBF30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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