Html Css Color HEX #DBF93A Pear

📋 copy color: '#DBF93A'

red 219 ◦ green 249 ◦ blue 58

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

Shades of Pear #DBF93A

Tints of Pear #DBF93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.03%

R = 41.63%
G = 47.34%
B = 11.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#DBF93A (or 0xDBF93A) is known color: Pear. HEX triplet: DB, F9 and 3A. RGB value is (219,249,58). Sum of RGB (Red+Green+Blue) = 219+249+58=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF93A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF93A is #2406C5. Grayscale: #DADADA. Windows color (decimal): -2361030 or 3865051. OLE color: 3865051.

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

Color convert

RGB 219 249 58 -
CMYK 0.12 0 0.77 0.02
HSL 69.42º 0.94% 0.6% -
HSV(B) 69.42º 0.77% 0.98% -
XYZ 63.85 83.12 16.68 -
YUV 218.26 37.56 128.53 -
System Red Green Blue C M Y K H S L
Decimal 219 249 58 0.12 0 0.77 0.02 69.42 0.94 0.6
Hex DB F9 3A C 0 4D 2 45 5E 3C
Octal 333 371 72 14 0 115 2 105 136 74
Binary 11011011 11111001 111010 1100 0 1001101 10 1000101 1011110 111100

Color Harmonies of #DBF93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF93A

Black with #DBF93A

Text Example


Text Example

White with #DBF93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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