Html Css Color HEX #D4EB45 Pear

📋 copy color: '#D4EB45'

red 212 ◦ green 235 ◦ blue 69

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

Shades of Pear #D4EB45

Tints of Pear #D4EB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.37%

R = 41.09%
G = 45.54%
B = 13.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#D4EB45 (or 0xD4EB45) is known color: Pear. HEX triplet: D4, EB and 45. RGB value is (212,235,69). Sum of RGB (Red+Green+Blue) = 212+235+69=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EB45 is #2B14BA. Grayscale: #D1D1D1. Windows color (decimal): -2823355 or 4582356. OLE color: 4582356.

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

Color convert

RGB 212 235 69 -
CMYK 0.10 0 0.71 0.08
HSL 68.31º 0.81% 0.6% -
HSV(B) 68.31º 0.71% 0.92% -
XYZ 57.93 73.84 16.83 -
YUV 209.2 48.88 130 -
System Red Green Blue C M Y K H S L
Decimal 212 235 69 0.10 0 0.71 0.08 68.31 0.81 0.6
Hex D4 EB 45 A 0 47 8 44 51 3C
Octal 324 353 105 12 0 107 10 104 121 74
Binary 11010100 11101011 1000101 1010 0 1000111 1000 1000100 1010001 111100

Color Harmonies of #D4EB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB45

Black with #D4EB45

Text Example


Text Example

White with #D4EB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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