Html Css Color HEX #DBF238 Pear

📋 copy color: '#DBF238'

red 219 ◦ green 242 ◦ blue 56

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

Shades of Pear #DBF238

Tints of Pear #DBF238

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.81%

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

R = 42.36%
G = 46.81%
B = 10.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#DBF238 (or 0xDBF238) is known color: Pear. HEX triplet: DB, F2 and 38. RGB value is (219,242,56). Sum of RGB (Red+Green+Blue) = 219+242+56=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 56 (22.27% from 255 or 10.83% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF238 is #240DC7. Grayscale: #D6D6D6. Windows color (decimal): -2362824 or 3732187. OLE color: 3732187.

HSL color Cylindrical-coordinate representation of color #DBF238: hue angle of 67.42º degrees, saturation: 0.88, 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 #DBF238 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 56 -
CMYK 0.10 0 0.77 0.05
HSL 67.42º 0.88% 0.58% -
HSV(B) 67.42º 0.77% 0.95% -
XYZ 61.68 78.85 15.71 -
YUV 213.92 38.88 131.62 -
System Red Green Blue C M Y K H S L
Decimal 219 242 56 0.10 0 0.77 0.05 67.42 0.88 0.58
Hex DB F2 38 A 0 4D 5 43 58 3A
Octal 333 362 70 12 0 115 5 103 130 72
Binary 11011011 11110010 111000 1010 0 1001101 101 1000011 1011000 111010

Color Harmonies of #DBF238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF238

Black with #DBF238

Text Example


Text Example

White with #DBF238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF238; }

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

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

background-color css

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

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

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

border-color css

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

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

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