Html Css Color HEX #D3E13C Pear

📋 copy color: '#D3E13C'

red 211 ◦ green 225 ◦ blue 60

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

Shades of Pear #D3E13C

Tints of Pear #D3E13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.1%

R = 42.54%
G = 45.36%
B = 12.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#D3E13C (or 0xD3E13C) is known color: Pear. HEX triplet: D3, E1 and 3C. RGB value is (211,225,60). Sum of RGB (Red+Green+Blue) = 211+225+60=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E13C is #2C1EC3. Grayscale: #CACACA. Windows color (decimal): -2891460 or 3989971. OLE color: 3989971.

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

Color convert

RGB 211 225 60 -
CMYK 0.06 0 0.73 0.12
HSL 65.09º 0.73% 0.56% -
HSV(B) 65.09º 0.73% 0.88% -
XYZ 54.6 68.03 14.53 -
YUV 202 47.86 134.42 -
System Red Green Blue C M Y K H S L
Decimal 211 225 60 0.06 0 0.73 0.12 65.09 0.73 0.56
Hex D3 E1 3C 6 0 49 C 41 49 38
Octal 323 341 74 6 0 111 14 101 111 70
Binary 11010011 11100001 111100 110 0 1001001 1100 1000001 1001001 111000

Color Harmonies of #D3E13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E13C

Black with #D3E13C

Text Example


Text Example

White with #D3E13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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