Html Css Color HEX #DBF93E Pear

📋 copy color: '#DBF93E'

red 219 ◦ green 249 ◦ blue 62

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

Shades of Pear #DBF93E

Tints of Pear #DBF93E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.98%

 BLUE value IS 62 (24.61% from 255) = 11.7%

R = 41.32%
G = 46.98%
B = 11.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#DBF93E (or 0xDBF93E) is known color: Pear. HEX triplet: DB, F9 and 3E. RGB value is (219,249,62). Sum of RGB (Red+Green+Blue) = 219+249+62=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 62 (24.61% from 255 or 11.70% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF93E is #2406C1. Grayscale: #DBDBDB. Windows color (decimal): -2361026 or 4127195. OLE color: 4127195.

HSL color Cylindrical-coordinate representation of color #DBF93E: hue angle of 69.63º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBF93E is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 62 -
CMYK 0.12 0 0.75 0.02
HSL 69.63º 0.94% 0.61% -
HSV(B) 69.63º 0.75% 0.98% -
XYZ 63.96 83.16 17.24 -
YUV 218.71 39.56 128.21 -
System Red Green Blue C M Y K H S L
Decimal 219 249 62 0.12 0 0.75 0.02 69.63 0.94 0.61
Hex DB F9 3E C 0 4B 2 46 5E 3D
Octal 333 371 76 14 0 113 2 106 136 75
Binary 11011011 11111001 111110 1100 0 1001011 10 1000110 1011110 111101

Color Harmonies of #DBF93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF93E

Black with #DBF93E

Text Example


Text Example

White with #DBF93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF93E; }

 p { color: rgb(219,249,62); }

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

background-color css

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

 a { background-color: rgb(219,249,62); }

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

border-color css

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

 span { border-color: rgb(219,249,62); }

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