Html Css Color HEX #DBF202 Chartreuse Yellow

📋 copy color: '#DBF202'

red 219 ◦ green 242 ◦ blue 2

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

Shades of Chartreuse Yellow #DBF202

Tints of Chartreuse Yellow #DBF202

RGB

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

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

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

R = 47.3%
G = 52.27%
B = 0.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#DBF202 (or 0xDBF202) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 02. RGB value is (219,242,2). Sum of RGB (Red+Green+Blue) = 219+242+2=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF202 is #240DFD. Grayscale: #D0D0D0. Windows color (decimal): -2362878 or 193243. OLE color: 193243.

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

Color convert

RGB 219 242 2 -
CMYK 0.10 0 0.99 0.05
HSL 65.75º 0.98% 0.48% -
HSV(B) 65.75º 0.99% 0.95% -
XYZ 60.98 78.57 12.01 -
YUV 207.76 11.88 136.01 -
System Red Green Blue C M Y K H S L
Decimal 219 242 2 0.10 0 0.99 0.05 65.75 0.98 0.48
Hex DB F2 2 A 0 63 5 42 62 30
Octal 333 362 2 12 0 143 5 102 142 60
Binary 11011011 11110010 10 1010 0 1100011 101 1000010 1100010 110000

Color Harmonies of #DBF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF202

Black with #DBF202

Text Example


Text Example

White with #DBF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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