Html Css Color HEX #D3E135 Pear

📋 copy color: '#D3E135'

red 211 ◦ green 225 ◦ blue 53

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

Shades of Pear #D3E135

Tints of Pear #D3E135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.84%

R = 43.15%
G = 46.01%
B = 10.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#D3E135 (or 0xD3E135) is known color: Pear. HEX triplet: D3, E1 and 35. RGB value is (211,225,53). Sum of RGB (Red+Green+Blue) = 211+225+53=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E135 is #2C1ECA. Grayscale: #C9C9C9. Windows color (decimal): -2891467 or 3531219. OLE color: 3531219.

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

Color convert

RGB 211 225 53 -
CMYK 0.06 0 0.76 0.12
HSL 64.88º 0.74% 0.55% -
HSV(B) 64.88º 0.76% 0.88% -
XYZ 54.43 67.96 13.62 -
YUV 201.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 211 225 53 0.06 0 0.76 0.12 64.88 0.74 0.55
Hex D3 E1 35 6 0 4C C 41 4A 37
Octal 323 341 65 6 0 114 14 101 112 67
Binary 11010011 11100001 110101 110 0 1001100 1100 1000001 1001010 110111

Color Harmonies of #D3E135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E135

Black with #D3E135

Text Example


Text Example

White with #D3E135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E135; }

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

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

background-color css

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

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

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

border-color css

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

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

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