Html Css Color HEX #D4E13F Pear

📋 copy color: '#D4E13F'

red 212 ◦ green 225 ◦ blue 63

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

Shades of Pear #D4E13F

Tints of Pear #D4E13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.6%

R = 42.4%
G = 45%
B = 12.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D4E13F (or 0xD4E13F) is known color: Pear. HEX triplet: D4, E1 and 3F. RGB value is (212,225,63). Sum of RGB (Red+Green+Blue) = 212+225+63=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E13F is #2B1EC0. Grayscale: #CBCBCB. Windows color (decimal): -2825921 or 4186580. OLE color: 4186580.

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

Color convert

RGB 212 225 63 -
CMYK 0.06 0 0.72 0.12
HSL 64.81º 0.73% 0.56% -
HSV(B) 64.81º 0.72% 0.88% -
XYZ 54.97 68.21 14.97 -
YUV 202.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 212 225 63 0.06 0 0.72 0.12 64.81 0.73 0.56
Hex D4 E1 3F 6 0 48 C 41 49 38
Octal 324 341 77 6 0 110 14 101 111 70
Binary 11010100 11100001 111111 110 0 1001000 1100 1000001 1001001 111000

Color Harmonies of #D4E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E13F

Black with #D4E13F

Text Example


Text Example

White with #D4E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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