Html Css Color HEX #DBEF3D Pear

📋 copy color: '#DBEF3D'

red 219 ◦ green 239 ◦ blue 61

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

Shades of Pear #DBEF3D

Tints of Pear #DBEF3D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.05%

 BLUE value IS 61 (24.22% from 255) = 11.75%

R = 42.2%
G = 46.05%
B = 11.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#DBEF3D (or 0xDBEF3D) is known color: Pear. HEX triplet: DB, EF and 3D. RGB value is (219,239,61). Sum of RGB (Red+Green+Blue) = 219+239+61=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF3D is #2410C2. Grayscale: #D5D5D5. Windows color (decimal): -2363587 or 4059099. OLE color: 4059099.

HSL color Cylindrical-coordinate representation of color #DBEF3D: hue angle of 66.74º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBEF3D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 61 -
CMYK 0.08 0 0.74 0.06
HSL 66.74º 0.85% 0.59% -
HSV(B) 66.74º 0.74% 0.94% -
XYZ 60.92 77.13 16.09 -
YUV 212.73 42.37 132.47 -
System Red Green Blue C M Y K H S L
Decimal 219 239 61 0.08 0 0.74 0.06 66.74 0.85 0.59
Hex DB EF 3D 8 0 4A 6 43 55 3B
Octal 333 357 75 10 0 112 6 103 125 73
Binary 11011011 11101111 111101 1000 0 1001010 110 1000011 1010101 111011

Color Harmonies of #DBEF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF3D

Black with #DBEF3D

Text Example


Text Example

White with #DBEF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF3D; }

 p { color: rgb(219,239,61); }

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

background-color css

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

 a { background-color: rgb(219,239,61); }

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

border-color css

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

 span { border-color: rgb(219,239,61); }

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