Html Css Color HEX #DBF11A Pear

📋 copy color: '#DBF11A'

red 219 ◦ green 241 ◦ blue 26

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

Shades of Pear #DBF11A

Tints of Pear #DBF11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.35%

R = 45.06%
G = 49.59%
B = 5.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#DBF11A (or 0xDBF11A) is known color: Pear. HEX triplet: DB, F1 and 1A. RGB value is (219,241,26). Sum of RGB (Red+Green+Blue) = 219+241+26=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF11A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF11A is #240EE5. Grayscale: #D2D2D2. Windows color (decimal): -2363110 or 1765851. OLE color: 1765851.

HSL color Cylindrical-coordinate representation of color #DBF11A: hue angle of 66.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBF11A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 26 -
CMYK 0.09 0 0.89 0.05
HSL 66.14º 0.88% 0.52% -
HSV(B) 66.14º 0.89% 0.95% -
XYZ 60.86 78.05 12.83 -
YUV 209.91 24.21 134.48 -
System Red Green Blue C M Y K H S L
Decimal 219 241 26 0.09 0 0.89 0.05 66.14 0.88 0.52
Hex DB F1 1A 9 0 59 5 42 58 34
Octal 333 361 32 11 0 131 5 102 130 64
Binary 11011011 11110001 11010 1001 0 1011001 101 1000010 1011000 110100

Color Harmonies of #DBF11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF11A

Black with #DBF11A

Text Example


Text Example

White with #DBF11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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