Html Css Color HEX #DBEA30 Pear

📋 copy color: '#DBEA30'

red 219 ◦ green 234 ◦ blue 48

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

Shades of Pear #DBEA30

Tints of Pear #DBEA30

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.71%

 BLUE value IS 48 (19.14% from 255) = 9.58%

R = 43.71%
G = 46.71%
B = 9.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#DBEA30 (or 0xDBEA30) is known color: Pear. HEX triplet: DB, EA and 30. RGB value is (219,234,48). Sum of RGB (Red+Green+Blue) = 219+234+48=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 48 (19.14% from 255 or 9.58% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA30 is #2415CF. Grayscale: #D1D1D1. Windows color (decimal): -2364880 or 3205851. OLE color: 3205851.

HSL color Cylindrical-coordinate representation of color #DBEA30: hue angle of 64.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBEA30 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 48 -
CMYK 0.06 0 0.79 0.08
HSL 64.84º 0.82% 0.55% -
HSV(B) 64.84º 0.79% 0.92% -
XYZ 59.17 74.12 13.98 -
YUV 208.31 37.53 135.62 -
System Red Green Blue C M Y K H S L
Decimal 219 234 48 0.06 0 0.79 0.08 64.84 0.82 0.55
Hex DB EA 30 6 0 4F 8 41 52 37
Octal 333 352 60 6 0 117 10 101 122 67
Binary 11011011 11101010 110000 110 0 1001111 1000 1000001 1010010 110111

Color Harmonies of #DBEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA30

Black with #DBEA30

Text Example


Text Example

White with #DBEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA30; }

 p { color: rgb(219,234,48); }

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

background-color css

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

 a { background-color: rgb(219,234,48); }

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

border-color css

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

 span { border-color: rgb(219,234,48); }

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