Html Css Color HEX #DBF31B Pear

📋 copy color: '#DBF31B'

red 219 ◦ green 243 ◦ blue 27

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

Shades of Pear #DBF31B

Tints of Pear #DBF31B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.69%

 BLUE value IS 27 (10.94% from 255) = 5.52%

R = 44.79%
G = 49.69%
B = 5.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#DBF31B (or 0xDBF31B) is known color: Pear. HEX triplet: DB, F3 and 1B. RGB value is (219,243,27). Sum of RGB (Red+Green+Blue) = 219+243+27=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 27 (10.94% from 255 or 5.52% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF31B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF31B is #240CE4. Grayscale: #D4D4D4. Windows color (decimal): -2362597 or 1831899. OLE color: 1831899.

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

Color convert

RGB 219 243 27 -
CMYK 0.10 0 0.89 0.05
HSL 66.67º 0.9% 0.53% -
HSV(B) 66.67º 0.89% 0.95% -
XYZ 61.46 79.24 13.09 -
YUV 211.2 24.05 133.56 -
System Red Green Blue C M Y K H S L
Decimal 219 243 27 0.10 0 0.89 0.05 66.67 0.9 0.53
Hex DB F3 1B A 0 59 5 43 5A 35
Octal 333 363 33 12 0 131 5 103 132 65
Binary 11011011 11110011 11011 1010 0 1011001 101 1000011 1011010 110101

Color Harmonies of #DBF31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF31B

Black with #DBF31B

Text Example


Text Example

White with #DBF31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF31B; }

 p { color: rgb(219,243,27); }

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

background-color css

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

 a { background-color: rgb(219,243,27); }

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

border-color css

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

 span { border-color: rgb(219,243,27); }

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