Html Css Color HEX #DBEF32 Pear

📋 copy color: '#DBEF32'

red 219 ◦ green 239 ◦ blue 50

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

Shades of Pear #DBEF32

Tints of Pear #DBEF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.84%

R = 43.11%
G = 47.05%
B = 9.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#DBEF32 (or 0xDBEF32) is known color: Pear. HEX triplet: DB, EF and 32. RGB value is (219,239,50). Sum of RGB (Red+Green+Blue) = 219+239+50=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF32 is #2410CD. Grayscale: #D4D4D4. Windows color (decimal): -2363598 or 3338203. OLE color: 3338203.

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

Color convert

RGB 219 239 50 -
CMYK 0.08 0 0.79 0.06
HSL 66.35º 0.86% 0.57% -
HSV(B) 66.35º 0.79% 0.94% -
XYZ 60.66 77.02 14.69 -
YUV 211.47 36.87 133.37 -
System Red Green Blue C M Y K H S L
Decimal 219 239 50 0.08 0 0.79 0.06 66.35 0.86 0.57
Hex DB EF 32 8 0 4F 6 42 56 39
Octal 333 357 62 10 0 117 6 102 126 71
Binary 11011011 11101111 110010 1000 0 1001111 110 1000010 1010110 111001

Color Harmonies of #DBEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF32

Black with #DBEF32

Text Example


Text Example

White with #DBEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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