Html Css Color HEX #DBED30 Pear

📋 copy color: '#DBED30'

red 219 ◦ green 237 ◦ blue 48

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

Shades of Pear #DBED30

Tints of Pear #DBED30

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

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

R = 43.45%
G = 47.02%
B = 9.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#DBED30 (or 0xDBED30) is known color: Pear. HEX triplet: DB, ED and 30. RGB value is (219,237,48). Sum of RGB (Red+Green+Blue) = 219+237+48=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED30 is #2412CF. Grayscale: #D2D2D2. Windows color (decimal): -2364112 or 3206619. OLE color: 3206619.

HSL color Cylindrical-coordinate representation of color #DBED30: hue angle of 65.71º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBED30 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 237 48 -
CMYK 0.08 0 0.80 0.07
HSL 65.71º 0.84% 0.56% -
HSV(B) 65.71º 0.8% 0.93% -
XYZ 60.03 75.84 14.27 -
YUV 210.07 36.54 134.37 -
System Red Green Blue C M Y K H S L
Decimal 219 237 48 0.08 0 0.80 0.07 65.71 0.84 0.56
Hex DB ED 30 8 0 50 7 42 54 38
Octal 333 355 60 10 0 120 7 102 124 70
Binary 11011011 11101101 110000 1000 0 1010000 111 1000010 1010100 111000

Color Harmonies of #DBED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBED30

Black with #DBED30

Text Example


Text Example

White with #DBED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBED30; }

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

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

background-color css

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

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

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

border-color css

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

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

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