Html Css Color HEX #DBF138 Pear

📋 copy color: '#DBF138'

red 219 ◦ green 241 ◦ blue 56

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

Shades of Pear #DBF138

Tints of Pear #DBF138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.85%

R = 42.44%
G = 46.71%
B = 10.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#DBF138 (or 0xDBF138) is known color: Pear. HEX triplet: DB, F1 and 38. RGB value is (219,241,56). Sum of RGB (Red+Green+Blue) = 219+241+56=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 56 (22.27% from 255 or 10.85% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF138 is #240EC7. Grayscale: #D6D6D6. Windows color (decimal): -2363080 or 3731931. OLE color: 3731931.

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

Color convert

RGB 219 241 56 -
CMYK 0.09 0 0.77 0.05
HSL 67.14º 0.87% 0.58% -
HSV(B) 67.14º 0.77% 0.95% -
XYZ 61.38 78.26 15.61 -
YUV 213.33 39.21 132.04 -
System Red Green Blue C M Y K H S L
Decimal 219 241 56 0.09 0 0.77 0.05 67.14 0.87 0.58
Hex DB F1 38 9 0 4D 5 43 57 3A
Octal 333 361 70 11 0 115 5 103 127 72
Binary 11011011 11110001 111000 1001 0 1001101 101 1000011 1010111 111010

Color Harmonies of #DBF138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF138

Black with #DBF138

Text Example


Text Example

White with #DBF138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF138; }

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

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

background-color css

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

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

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

border-color css

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

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

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