Html Css Color HEX #D4E13C Pear

📋 copy color: '#D4E13C'

red 212 ◦ green 225 ◦ blue 60

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

Shades of Pear #D4E13C

Tints of Pear #D4E13C

RGB

 RED value IS 212 (83.2% from 255) = 42.66%

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

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

R = 42.66%
G = 45.27%
B = 12.07%

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

#D4E13C (or 0xD4E13C) is known color: Pear. HEX triplet: D4, E1 and 3C. RGB value is (212,225,60). Sum of RGB (Red+Green+Blue) = 212+225+60=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E13C is #2B1EC3. Grayscale: #CACACA. Windows color (decimal): -2825924 or 3989972. OLE color: 3989972.

HSL color Cylindrical-coordinate representation of color #D4E13C: hue angle of 64.73º 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 #D4E13C is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 60 -
CMYK 0.06 0 0.73 0.12
HSL 64.73º 0.73% 0.56% -
HSV(B) 64.73º 0.73% 0.88% -
XYZ 54.89 68.17 14.54 -
YUV 202.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 212 225 60 0.06 0 0.73 0.12 64.73 0.73 0.56
Hex D4 E1 3C 6 0 49 C 41 49 38
Octal 324 341 74 6 0 111 14 101 111 70
Binary 11010100 11100001 111100 110 0 1001001 1100 1000001 1001001 111000

Color Harmonies of #D4E13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E13C

Black with #D4E13C

Text Example


Text Example

White with #D4E13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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