Html Css Color HEX #DBEF1C Pear

📋 copy color: '#DBEF1C'

red 219 ◦ green 239 ◦ blue 28

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

Shades of Pear #DBEF1C

Tints of Pear #DBEF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.76%

R = 45.06%
G = 49.18%
B = 5.76%

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

#DBEF1C (or 0xDBEF1C) is known color: Pear. HEX triplet: DB, EF and 1C. RGB value is (219,239,28). Sum of RGB (Red+Green+Blue) = 219+239+28=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF1C is #2410E3. Grayscale: #D1D1D1. Windows color (decimal): -2363620 or 1896411. OLE color: 1896411.

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

Color convert

RGB 219 239 28 -
CMYK 0.08 0 0.88 0.06
HSL 65.69º 0.87% 0.52% -
HSV(B) 65.69º 0.88% 0.94% -
XYZ 60.29 76.88 12.76 -
YUV 208.97 25.87 135.16 -
System Red Green Blue C M Y K H S L
Decimal 219 239 28 0.08 0 0.88 0.06 65.69 0.87 0.52
Hex DB EF 1C 8 0 58 6 42 57 34
Octal 333 357 34 10 0 130 6 102 127 64
Binary 11011011 11101111 11100 1000 0 1011000 110 1000010 1010111 110100

Color Harmonies of #DBEF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF1C

Black with #DBEF1C

Text Example


Text Example

White with #DBEF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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