Html Css Color HEX #DBF136 Pear

📋 copy color: '#DBF136'

red 219 ◦ green 241 ◦ blue 54

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

Shades of Pear #DBF136

Tints of Pear #DBF136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.51%

R = 42.61%
G = 46.89%
B = 10.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#DBF136 (or 0xDBF136) is known color: Pear. HEX triplet: DB, F1 and 36. RGB value is (219,241,54). Sum of RGB (Red+Green+Blue) = 219+241+54=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF136 is #240EC9. Grayscale: #D5D5D5. Windows color (decimal): -2363082 or 3600859. OLE color: 3600859.

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

Color convert

RGB 219 241 54 -
CMYK 0.09 0 0.78 0.05
HSL 67.06º 0.87% 0.58% -
HSV(B) 67.06º 0.78% 0.95% -
XYZ 61.33 78.24 15.36 -
YUV 213.1 38.21 132.21 -
System Red Green Blue C M Y K H S L
Decimal 219 241 54 0.09 0 0.78 0.05 67.06 0.87 0.58
Hex DB F1 36 9 0 4E 5 43 57 3A
Octal 333 361 66 11 0 116 5 103 127 72
Binary 11011011 11110001 110110 1001 0 1001110 101 1000011 1010111 111010

Color Harmonies of #DBF136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF136

Black with #DBF136

Text Example


Text Example

White with #DBF136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF136; }

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

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

background-color css

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

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

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

border-color css

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

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

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