Html Css Color HEX #DBF13D Pear

📋 copy color: '#DBF13D'

red 219 ◦ green 241 ◦ blue 61

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

Shades of Pear #DBF13D

Tints of Pear #DBF13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.71%

R = 42.03%
G = 46.26%
B = 11.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#DBF13D (or 0xDBF13D) is known color: Pear. HEX triplet: DB, F1 and 3D. RGB value is (219,241,61). Sum of RGB (Red+Green+Blue) = 219+241+61=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF13D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF13D is #240EC2. Grayscale: #D6D6D6. Windows color (decimal): -2363075 or 4059611. OLE color: 4059611.

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

Color convert

RGB 219 241 61 -
CMYK 0.09 0 0.75 0.05
HSL 67.33º 0.87% 0.59% -
HSV(B) 67.33º 0.75% 0.95% -
XYZ 61.51 78.31 16.29 -
YUV 213.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 219 241 61 0.09 0 0.75 0.05 67.33 0.87 0.59
Hex DB F1 3D 9 0 4B 5 43 57 3B
Octal 333 361 75 11 0 113 5 103 127 73
Binary 11011011 11110001 111101 1001 0 1001011 101 1000011 1010111 111011

Color Harmonies of #DBF13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF13D

Black with #DBF13D

Text Example


Text Example

White with #DBF13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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