Html Css Color HEX #DBEC18 Pear

📋 copy color: '#DBEC18'

red 219 ◦ green 236 ◦ blue 24

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

Shades of Pear #DBEC18

Tints of Pear #DBEC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.01%

R = 45.72%
G = 49.27%
B = 5.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#DBEC18 (or 0xDBEC18) is known color: Pear. HEX triplet: DB, EC and 18. RGB value is (219,236,24). Sum of RGB (Red+Green+Blue) = 219+236+24=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEC18 is #2413E7. Grayscale: #CFCFCF. Windows color (decimal): -2364392 or 1633499. OLE color: 1633499.

HSL color Cylindrical-coordinate representation of color #DBEC18: hue angle of 64.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBEC18 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 24 -
CMYK 0.07 0 0.90 0.07
HSL 64.81º 0.85% 0.51% -
HSV(B) 64.81º 0.9% 0.93% -
XYZ 59.37 75.12 12.23 -
YUV 206.75 24.87 136.74 -
System Red Green Blue C M Y K H S L
Decimal 219 236 24 0.07 0 0.90 0.07 64.81 0.85 0.51
Hex DB EC 18 7 0 5A 7 41 55 33
Octal 333 354 30 7 0 132 7 101 125 63
Binary 11011011 11101100 11000 111 0 1011010 111 1000001 1010101 110011

Color Harmonies of #DBEC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC18

Black with #DBEC18

Text Example


Text Example

White with #DBEC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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