Html Css Color HEX #DBF102 Chartreuse Yellow

📋 copy color: '#DBF102'

red 219 ◦ green 241 ◦ blue 2

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

Shades of Chartreuse Yellow #DBF102

Tints of Chartreuse Yellow #DBF102

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.16%

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

R = 47.4%
G = 52.16%
B = 0.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#DBF102 (or 0xDBF102) is known color: Chartreuse Yellow. HEX triplet: DB, F1 and 02. RGB value is (219,241,2). Sum of RGB (Red+Green+Blue) = 219+241+2=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF102 is #240EFD. Grayscale: #D0D0D0. Windows color (decimal): -2363134 or 192987. OLE color: 192987.

HSL color Cylindrical-coordinate representation of color #DBF102: hue angle of 65.52º 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 #DBF102 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 2 -
CMYK 0.09 0 0.99 0.05
HSL 65.52º 0.98% 0.48% -
HSV(B) 65.52º 0.99% 0.95% -
XYZ 60.68 77.98 11.91 -
YUV 207.18 12.21 136.43 -
System Red Green Blue C M Y K H S L
Decimal 219 241 2 0.09 0 0.99 0.05 65.52 0.98 0.48
Hex DB F1 2 9 0 63 5 42 62 30
Octal 333 361 2 11 0 143 5 102 142 60
Binary 11011011 11110001 10 1001 0 1100011 101 1000010 1100010 110000

Color Harmonies of #DBF102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF102

Black with #DBF102

Text Example


Text Example

White with #DBF102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF102; }

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

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

background-color css

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

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

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

border-color css

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

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

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