Html Css Color HEX #D6E42F Pear

📋 copy color: '#D6E42F'

red 214 ◦ green 228 ◦ blue 47

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

Shades of Pear #D6E42F

Tints of Pear #D6E42F

RGB

 RED value IS 214 (83.98% from 255) = 43.76%

 GREEN value IS 228 (89.45% from 255) = 46.63%

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

R = 43.76%
G = 46.63%
B = 9.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#D6E42F (or 0xD6E42F) is known color: Pear. HEX triplet: D6, E4 and 2F. RGB value is (214,228,47). Sum of RGB (Red+Green+Blue) = 214+228+47=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E42F is #291BD0. Grayscale: #CBCBCB. Windows color (decimal): -2694097 or 3138774. OLE color: 3138774.

HSL color Cylindrical-coordinate representation of color #D6E42F: hue angle of 64.64º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6E42F is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 228 47 -
CMYK 0.06 0 0.79 0.11
HSL 64.64º 0.77% 0.54% -
HSV(B) 64.64º 0.79% 0.89% -
XYZ 55.99 69.99 13.25 -
YUV 203.18 39.86 135.72 -
System Red Green Blue C M Y K H S L
Decimal 214 228 47 0.06 0 0.79 0.11 64.64 0.77 0.54
Hex D6 E4 2F 6 0 4F B 41 4D 36
Octal 326 344 57 6 0 117 13 101 115 66
Binary 11010110 11100100 101111 110 0 1001111 1011 1000001 1001101 110110

Color Harmonies of #D6E42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E42F

Black with #D6E42F

Text Example


Text Example

White with #D6E42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E42F; }

 p { color: rgb(214,228,47); }

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

background-color css

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

 a { background-color: rgb(214,228,47); }

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

border-color css

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

 span { border-color: rgb(214,228,47); }

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