Html Css Color HEX #DBEC41 Pear

📋 copy color: '#DBEC41'

red 219 ◦ green 236 ◦ blue 65

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

Shades of Pear #DBEC41

Tints of Pear #DBEC41

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.38%

 BLUE value IS 65 (25.78% from 255) = 12.5%

R = 42.12%
G = 45.38%
B = 12.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#DBEC41 (or 0xDBEC41) is known color: Pear. HEX triplet: DB, EC and 41. RGB value is (219,236,65). Sum of RGB (Red+Green+Blue) = 219+236+65=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC41 is #2413BE. Grayscale: #D4D4D4. Windows color (decimal): -2364351 or 4320475. OLE color: 4320475.

HSL color Cylindrical-coordinate representation of color #DBEC41: hue angle of 65.96º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBEC41 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 65 -
CMYK 0.07 0 0.72 0.07
HSL 65.96º 0.82% 0.59% -
HSV(B) 65.96º 0.72% 0.93% -
XYZ 60.16 75.43 16.39 -
YUV 211.42 45.37 133.4 -
System Red Green Blue C M Y K H S L
Decimal 219 236 65 0.07 0 0.72 0.07 65.96 0.82 0.59
Hex DB EC 41 7 0 48 7 42 52 3B
Octal 333 354 101 7 0 110 7 102 122 73
Binary 11011011 11101100 1000001 111 0 1001000 111 1000010 1010010 111011

Color Harmonies of #DBEC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC41

Black with #DBEC41

Text Example


Text Example

White with #DBEC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC41; }

 p { color: rgb(219,236,65); }

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

background-color css

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

 a { background-color: rgb(219,236,65); }

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

border-color css

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

 span { border-color: rgb(219,236,65); }

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