Html Css Color HEX #D3E325 Pear

📋 copy color: '#D3E325'

red 211 ◦ green 227 ◦ blue 37

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

Shades of Pear #D3E325

Tints of Pear #D3E325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.79%

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

R = 44.42%
G = 47.79%
B = 7.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#D3E325 (or 0xD3E325) is known color: Pear. HEX triplet: D3, E3 and 25. RGB value is (211,227,37). Sum of RGB (Red+Green+Blue) = 211+227+37=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E325 is #2C1CDA. Grayscale: #C9C9C9. Windows color (decimal): -2890971 or 2483155. OLE color: 2483155.

HSL color Cylindrical-coordinate representation of color #D3E325: hue angle of 65.05º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3E325 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 211 227 37 -
CMYK 0.07 0 0.84 0.11
HSL 65.05º 0.77% 0.52% -
HSV(B) 65.05º 0.84% 0.89% -
XYZ 54.67 68.92 12.17 -
YUV 200.56 35.7 135.45 -
System Red Green Blue C M Y K H S L
Decimal 211 227 37 0.07 0 0.84 0.11 65.05 0.77 0.52
Hex D3 E3 25 7 0 54 B 41 4D 34
Octal 323 343 45 7 0 124 13 101 115 64
Binary 11010011 11100011 100101 111 0 1010100 1011 1000001 1001101 110100

Color Harmonies of #D3E325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E325

Black with #D3E325

Text Example


Text Example

White with #D3E325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E325; }

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

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

background-color css

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

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

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

border-color css

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

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

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