Html Css Color HEX #DBEC3F Pear

📋 copy color: '#DBEC3F'

red 219 ◦ green 236 ◦ blue 63

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

Shades of Pear #DBEC3F

Tints of Pear #DBEC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.16%

R = 42.28%
G = 45.56%
B = 12.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#DBEC3F (or 0xDBEC3F) is known color: Pear. HEX triplet: DB, EC and 3F. RGB value is (219,236,63). Sum of RGB (Red+Green+Blue) = 219+236+63=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 63 (25% from 255 or 12.16% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC3F is #2413C0. Grayscale: #D3D3D3. Windows color (decimal): -2364353 or 4189403. OLE color: 4189403.

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

Color convert

RGB 219 236 63 -
CMYK 0.07 0 0.73 0.07
HSL 65.9º 0.82% 0.59% -
HSV(B) 65.9º 0.73% 0.93% -
XYZ 60.11 75.41 16.09 -
YUV 211.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 219 236 63 0.07 0 0.73 0.07 65.9 0.82 0.59
Hex DB EC 3F 7 0 49 7 42 52 3B
Octal 333 354 77 7 0 111 7 102 122 73
Binary 11011011 11101100 111111 111 0 1001001 111 1000010 1010010 111011

Color Harmonies of #DBEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC3F

Black with #DBEC3F

Text Example


Text Example

White with #DBEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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