Html Css Color HEX #DBFA02 Chartreuse Yellow

📋 copy color: '#DBFA02'

red 219 ◦ green 250 ◦ blue 2

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

Shades of Chartreuse Yellow #DBFA02

Tints of Chartreuse Yellow #DBFA02

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.08%

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 46.5%
G = 53.08%
B = 0.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#DBFA02 (or 0xDBFA02) is known color: Chartreuse Yellow. HEX triplet: DB, FA and 02. RGB value is (219,250,2). Sum of RGB (Red+Green+Blue) = 219+250+2=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 250 (98.05% from 255 or 53.08% from 471); Blue value is 2 (1.17% from 255 or 0.42% from 471); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFA02 is #2405FD. Grayscale: #D5D5D5. Windows color (decimal): -2360830 or 195291. OLE color: 195291.

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

Color convert

RGB 219 250 2 -
CMYK 0.12 0 0.99 0.02
HSL 67.5º 0.98% 0.49% -
HSV(B) 67.5º 0.99% 0.98% -
XYZ 63.41 83.44 12.82 -
YUV 212.46 9.23 132.67 -
System Red Green Blue C M Y K H S L
Decimal 219 250 2 0.12 0 0.99 0.02 67.5 0.98 0.49
Hex DB FA 2 C 0 63 2 44 62 31
Octal 333 372 2 14 0 143 2 104 142 61
Binary 11011011 11111010 10 1100 0 1100011 10 1000100 1100010 110001

Color Harmonies of #DBFA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA02

Black with #DBFA02

Text Example


Text Example

White with #DBFA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA02; }

 p { color: rgb(219,250,2); }

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

background-color css

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

 a { background-color: rgb(219,250,2); }

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

border-color css

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

 span { border-color: rgb(219,250,2); }

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