Html Css Color HEX #D4EB2F Pear

📋 copy color: '#D4EB2F'

red 212 ◦ green 235 ◦ blue 47

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

Shades of Pear #D4EB2F

Tints of Pear #D4EB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.51%

R = 42.91%
G = 47.57%
B = 9.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#D4EB2F (or 0xD4EB2F) is known color: Pear. HEX triplet: D4, EB and 2F. RGB value is (212,235,47). Sum of RGB (Red+Green+Blue) = 212+235+47=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EB2F is #2B14D0. Grayscale: #CFCFCF. Windows color (decimal): -2823377 or 3140564. OLE color: 3140564.

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

Color convert

RGB 212 235 47 -
CMYK 0.10 0 0.8 0.08
HSL 67.34º 0.82% 0.55% -
HSV(B) 67.34º 0.8% 0.92% -
XYZ 57.37 73.62 13.88 -
YUV 206.69 37.88 131.79 -
System Red Green Blue C M Y K H S L
Decimal 212 235 47 0.10 0 0.8 0.08 67.34 0.82 0.55
Hex D4 EB 2F A 0 50 8 43 52 37
Octal 324 353 57 12 0 120 10 103 122 67
Binary 11010100 11101011 101111 1010 0 1010000 1000 1000011 1010010 110111

Color Harmonies of #D4EB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB2F

Black with #D4EB2F

Text Example


Text Example

White with #D4EB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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