Html Css Color HEX #D3E125 Pear

📋 copy color: '#D3E125'

red 211 ◦ green 225 ◦ blue 37

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

Shades of Pear #D3E125

Tints of Pear #D3E125

RGB

 RED value IS 211 (82.81% from 255) = 44.61%

 GREEN value IS 225 (88.28% from 255) = 47.57%

 BLUE value IS 37 (14.84% from 255) = 7.82%

R = 44.61%
G = 47.57%
B = 7.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#D3E125 (or 0xD3E125) is known color: Pear. HEX triplet: D3, E1 and 25. RGB value is (211,225,37). Sum of RGB (Red+Green+Blue) = 211+225+37=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E125 is #2C1EDA. Grayscale: #C8C8C8. Windows color (decimal): -2891483 or 2482643. OLE color: 2482643.

HSL color Cylindrical-coordinate representation of color #D3E125: hue angle of 64.47º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3E125 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 225 37 -
CMYK 0.06 0 0.84 0.12
HSL 64.47º 0.76% 0.51% -
HSV(B) 64.47º 0.84% 0.88% -
XYZ 54.12 67.83 11.99 -
YUV 199.38 36.36 136.29 -
System Red Green Blue C M Y K H S L
Decimal 211 225 37 0.06 0 0.84 0.12 64.47 0.76 0.51
Hex D3 E1 25 6 0 54 C 40 4C 33
Octal 323 341 45 6 0 124 14 100 114 63
Binary 11010011 11100001 100101 110 0 1010100 1100 1000000 1001100 110011

Color Harmonies of #D3E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E125

Black with #D3E125

Text Example


Text Example

White with #D3E125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E125; }

 p { color: rgb(211,225,37); }

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

background-color css

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

 a { background-color: rgb(211,225,37); }

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

border-color css

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

 span { border-color: rgb(211,225,37); }

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