Html Css Color HEX #DBEF1D Pear

📋 copy color: '#DBEF1D'

red 219 ◦ green 239 ◦ blue 29

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

Shades of Pear #DBEF1D

Tints of Pear #DBEF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.08%

 BLUE value IS 29 (11.72% from 255) = 5.95%

R = 44.97%
G = 49.08%
B = 5.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#DBEF1D (or 0xDBEF1D) is known color: Pear. HEX triplet: DB, EF and 1D. RGB value is (219,239,29). Sum of RGB (Red+Green+Blue) = 219+239+29=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 29 (11.72% from 255 or 5.95% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF1D is #2410E2. Grayscale: #D1D1D1. Windows color (decimal): -2363619 or 1961947. OLE color: 1961947.

HSL color Cylindrical-coordinate representation of color #DBEF1D: hue angle of 65.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBEF1D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 29 -
CMYK 0.08 0 0.88 0.06
HSL 65.71º 0.87% 0.53% -
HSV(B) 65.71º 0.88% 0.94% -
XYZ 60.3 76.88 12.82 -
YUV 209.08 26.37 135.08 -
System Red Green Blue C M Y K H S L
Decimal 219 239 29 0.08 0 0.88 0.06 65.71 0.87 0.53
Hex DB EF 1D 8 0 58 6 42 57 35
Octal 333 357 35 10 0 130 6 102 127 65
Binary 11011011 11101111 11101 1000 0 1011000 110 1000010 1010111 110101

Color Harmonies of #DBEF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF1D

Black with #DBEF1D

Text Example


Text Example

White with #DBEF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF1D; }

 p { color: rgb(219,239,29); }

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

background-color css

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

 a { background-color: rgb(219,239,29); }

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

border-color css

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

 span { border-color: rgb(219,239,29); }

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