Html Css Color HEX #DBF12D Pear

📋 copy color: '#DBF12D'

red 219 ◦ green 241 ◦ blue 45

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

Shades of Pear #DBF12D

Tints of Pear #DBF12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.91%

R = 43.37%
G = 47.72%
B = 8.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#DBF12D (or 0xDBF12D) is known color: Pear. HEX triplet: DB, F1 and 2D. RGB value is (219,241,45). Sum of RGB (Red+Green+Blue) = 219+241+45=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF12D is #240ED2. Grayscale: #D4D4D4. Windows color (decimal): -2363091 or 3011035. OLE color: 3011035.

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

Color convert

RGB 219 241 45 -
CMYK 0.09 0 0.81 0.05
HSL 66.73º 0.88% 0.56% -
HSV(B) 66.73º 0.81% 0.95% -
XYZ 61.14 78.16 14.35 -
YUV 212.08 33.71 132.94 -
System Red Green Blue C M Y K H S L
Decimal 219 241 45 0.09 0 0.81 0.05 66.73 0.88 0.56
Hex DB F1 2D 9 0 51 5 43 58 38
Octal 333 361 55 11 0 121 5 103 130 70
Binary 11011011 11110001 101101 1001 0 1010001 101 1000011 1011000 111000

Color Harmonies of #DBF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF12D

Black with #DBF12D

Text Example


Text Example

White with #DBF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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