#D3EB26

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

Shades of Pear #D3EB26

Tints of Pear #D3EB26

Color information

#D3EB26 (or 0xD3EB26) is unknown color: approx Pear. HEX triplet: D3, EB and 26. RGB value is (211,235,38). Sum of RGB (Red+Green+Blue) = 211+235+38=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB26 is #2C14D9. Grayscale: #CECECE. Windows color (decimal): -2888922 or 2550739. OLE color: 2550739.

HSL color Cylindrical-coordinate representation of color #D3EB26: hue angle of 67.31º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3EB26 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB21123538-
CMYK0.1000.840.08
HSL67.31º83.12%53.53%-
HSV(B)67.31º83.83%92.16%-
XYZ56.9273.4113-
YUV205.3733.55132.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.60%
GREEN value IS 235 (92.19% from 255) = 48.55%
BLUE value IS 38 (15.23% from 255) = 7.85%
R=43.60%
G=48.55%
B=7.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal211235380.1000.840.0867.3183.1253.53
HexD3EB26A0548435336
Octal323353461201241010312366
Binary1101001111101011100110101001010100100010000111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EB26; }

 p { color: rgb(211,235,38); }

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

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

 a { background-color: rgb(211,235,38); }

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

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

 span { border-color: rgb(211,235,38); }

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