Html Css Color HEX #D4EB48 Pear

📋 copy color: '#D4EB48'

red 212 ◦ green 235 ◦ blue 72

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

Shades of Pear #D4EB48

Tints of Pear #D4EB48

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.28%

 BLUE value IS 72 (28.52% from 255) = 13.87%

R = 40.85%
G = 45.28%
B = 13.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#D4EB48 (or 0xD4EB48) is known color: Pear. HEX triplet: D4, EB and 48. RGB value is (212,235,72). Sum of RGB (Red+Green+Blue) = 212+235+72=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EB48 is #2B14B7. Grayscale: #D2D2D2. Windows color (decimal): -2823352 or 4778964. OLE color: 4778964.

HSL color Cylindrical-coordinate representation of color #D4EB48: hue angle of 68.47º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4EB48 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 235 72 -
CMYK 0.10 0 0.69 0.08
HSL 68.47º 0.8% 0.6% -
HSV(B) 68.47º 0.69% 0.92% -
XYZ 58.03 73.88 17.33 -
YUV 209.54 50.38 129.75 -
System Red Green Blue C M Y K H S L
Decimal 212 235 72 0.10 0 0.69 0.08 68.47 0.8 0.6
Hex D4 EB 48 A 0 45 8 44 50 3C
Octal 324 353 110 12 0 105 10 104 120 74
Binary 11010100 11101011 1001000 1010 0 1000101 1000 1000100 1010000 111100

Color Harmonies of #D4EB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB48

Black with #D4EB48

Text Example


Text Example

White with #D4EB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB48; }

 p { color: rgb(212,235,72); }

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

background-color css

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

 a { background-color: rgb(212,235,72); }

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

border-color css

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

 span { border-color: rgb(212,235,72); }

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