Html Css Color HEX #D4E13A Pear

📋 copy color: '#D4E13A'

red 212 ◦ green 225 ◦ blue 58

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

Shades of Pear #D4E13A

Tints of Pear #D4E13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.72%

R = 42.83%
G = 45.45%
B = 11.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#D4E13A (or 0xD4E13A) is known color: Pear. HEX triplet: D4, E1 and 3A. RGB value is (212,225,58). Sum of RGB (Red+Green+Blue) = 212+225+58=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E13A is #2B1EC5. Grayscale: #CACACA. Windows color (decimal): -2825926 or 3858900. OLE color: 3858900.

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

Color convert

RGB 212 225 58 -
CMYK 0.06 0 0.74 0.12
HSL 64.67º 0.74% 0.55% -
HSV(B) 64.67º 0.74% 0.88% -
XYZ 54.84 68.15 14.27 -
YUV 202.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 212 225 58 0.06 0 0.74 0.12 64.67 0.74 0.55
Hex D4 E1 3A 6 0 4A C 41 4A 37
Octal 324 341 72 6 0 112 14 101 112 67
Binary 11010100 11100001 111010 110 0 1001010 1100 1000001 1001010 110111

Color Harmonies of #D4E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E13A

Black with #D4E13A

Text Example


Text Example

White with #D4E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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