Html Css Color HEX #D4E141 Pear

📋 copy color: '#D4E141'

red 212 ◦ green 225 ◦ blue 65

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

Shades of Pear #D4E141

Tints of Pear #D4E141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.95%

R = 42.23%
G = 44.82%
B = 12.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#D4E141 (or 0xD4E141) is known color: Pear. HEX triplet: D4, E1 and 41. RGB value is (212,225,65). Sum of RGB (Red+Green+Blue) = 212+225+65=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 225 (88.28% from 255 or 44.82% from 502); Blue value is 65 (25.78% from 255 or 12.95% from 502); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E141 is #2B1EBE. Grayscale: #CBCBCB. Windows color (decimal): -2825919 or 4317652. OLE color: 4317652.

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

Color convert

RGB 212 225 65 -
CMYK 0.06 0 0.71 0.12
HSL 64.88º 0.73% 0.57% -
HSV(B) 64.88º 0.71% 0.88% -
XYZ 55.03 68.23 15.27 -
YUV 202.87 50.19 134.51 -
System Red Green Blue C M Y K H S L
Decimal 212 225 65 0.06 0 0.71 0.12 64.88 0.73 0.57
Hex D4 E1 41 6 0 47 C 41 49 39
Octal 324 341 101 6 0 107 14 101 111 71
Binary 11010100 11100001 1000001 110 0 1000111 1100 1000001 1001001 111001

Color Harmonies of #D4E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E141

Black with #D4E141

Text Example


Text Example

White with #D4E141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E141; }

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

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

background-color css

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

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

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

border-color css

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

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

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