Html Css Color HEX #DBF13A Pear

📋 copy color: '#DBF13A'

red 219 ◦ green 241 ◦ blue 58

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

Shades of Pear #DBF13A

Tints of Pear #DBF13A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.53%

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

R = 42.28%
G = 46.53%
B = 11.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#DBF13A (or 0xDBF13A) is known color: Pear. HEX triplet: DB, F1 and 3A. RGB value is (219,241,58). Sum of RGB (Red+Green+Blue) = 219+241+58=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF13A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF13A is #240EC5. Grayscale: #D6D6D6. Windows color (decimal): -2363078 or 3863003. OLE color: 3863003.

HSL color Cylindrical-coordinate representation of color #DBF13A: hue angle of 67.21º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBF13A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 58 -
CMYK 0.09 0 0.76 0.05
HSL 67.21º 0.87% 0.59% -
HSV(B) 67.21º 0.76% 0.95% -
XYZ 61.43 78.28 15.87 -
YUV 213.56 40.21 131.88 -
System Red Green Blue C M Y K H S L
Decimal 219 241 58 0.09 0 0.76 0.05 67.21 0.87 0.59
Hex DB F1 3A 9 0 4C 5 43 57 3B
Octal 333 361 72 11 0 114 5 103 127 73
Binary 11011011 11110001 111010 1001 0 1001100 101 1000011 1010111 111011

Color Harmonies of #DBF13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF13A

Black with #DBF13A

Text Example


Text Example

White with #DBF13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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