Html Css Color HEX #DBEF46 Pear

📋 copy color: '#DBEF46'

red 219 ◦ green 239 ◦ blue 70

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

Shades of Pear #DBEF46

Tints of Pear #DBEF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.26%

R = 41.48%
G = 45.27%
B = 13.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#DBEF46 (or 0xDBEF46) is known color: Pear. HEX triplet: DB, EF and 46. RGB value is (219,239,70). Sum of RGB (Red+Green+Blue) = 219+239+70=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 70 (27.73% from 255 or 13.26% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF46 is #2410B9. Grayscale: #D6D6D6. Windows color (decimal): -2363578 or 4648923. OLE color: 4648923.

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

Color convert

RGB 219 239 70 -
CMYK 0.08 0 0.71 0.06
HSL 67.1º 0.84% 0.61% -
HSV(B) 67.1º 0.71% 0.94% -
XYZ 61.19 77.24 17.48 -
YUV 213.75 46.87 131.74 -
System Red Green Blue C M Y K H S L
Decimal 219 239 70 0.08 0 0.71 0.06 67.1 0.84 0.61
Hex DB EF 46 8 0 47 6 43 54 3D
Octal 333 357 106 10 0 107 6 103 124 75
Binary 11011011 11101111 1000110 1000 0 1000111 110 1000011 1010100 111101

Color Harmonies of #DBEF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF46

Black with #DBEF46

Text Example


Text Example

White with #DBEF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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