#D3F238

Color #D3F238 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D3F238

Tints of Pear #D3F238

Color information

#D3F238 (or 0xD3F238) is unknown color: approx Pear. HEX triplet: D3, F2 and 38. RGB value is (211,242,56). Sum of RGB (Red+Green+Blue) = 211+242+56=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 56 (22.27% from 255 or 11.00% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F238 is #2C0DC7. Grayscale: #D4D4D4. Windows color (decimal): -2887112 or 3732179. OLE color: 3732179.

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

Color convert

RGB21124256-
CMYK0.1300.770.05
HSL70º87.74%58.43%-
HSV(B)70º76.86%94.9%-
XYZ59.3377.6415.6-
YUV211.5340.23127.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.45%
GREEN value IS 242 (94.92% from 255) = 47.54%
BLUE value IS 56 (22.27% from 255) = 11.00%
R=41.45%
G=47.54%
B=11.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211242560.1300.770.057087.7458.43
HexD3F238D04D546583a
Octal32336270150115510613072
Binary110100111111001011100011010100110110110001101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F238; }

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

 H1.HeaderClassName
 {
   color: #D3F238;
 }
 .AnyTagClassName
 {
   color: #D3F238;
 }
</style>
background-color css

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

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

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

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

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

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