Html Css Color HEX #DBF201 Chartreuse Yellow

📋 copy color: '#DBF201'

red 219 ◦ green 242 ◦ blue 1

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

Shades of Chartreuse Yellow #DBF201

Tints of Chartreuse Yellow #DBF201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 47.4%
G = 52.38%
B = 0.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#DBF201 (or 0xDBF201) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 01. RGB value is (219,242,1). Sum of RGB (Red+Green+Blue) = 219+242+1=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 1 (0.78% from 255 or 0.22% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF201 is #240DFE. Grayscale: #D0D0D0. Windows color (decimal): -2362879 or 127707. OLE color: 127707.

HSL color Cylindrical-coordinate representation of color #DBF201: hue angle of 65.73º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBF201 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 1 -
CMYK 0.10 0 1.00 0.05
HSL 65.73º 0.99% 0.48% -
HSV(B) 65.73º 1% 0.95% -
XYZ 60.97 78.57 11.98 -
YUV 207.65 11.38 136.1 -
System Red Green Blue C M Y K H S L
Decimal 219 242 1 0.10 0 1.00 0.05 65.73 0.99 0.48
Hex DB F2 1 A 0 64 5 42 63 30
Octal 333 362 1 12 0 144 5 102 143 60
Binary 11011011 11110010 1 1010 0 1100100 101 1000010 1100011 110000

Color Harmonies of #DBF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF201

Black with #DBF201

Text Example


Text Example

White with #DBF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF201; }

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

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

background-color css

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

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

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

border-color css

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

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

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