Html Css Color HEX #D6ED34 Pear

📋 copy color: '#D6ED34'

red 214 ◦ green 237 ◦ blue 52

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

Shades of Pear #D6ED34

Tints of Pear #D6ED34

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.12%

 BLUE value IS 52 (20.7% from 255) = 10.34%

R = 42.54%
G = 47.12%
B = 10.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#D6ED34 (or 0xD6ED34) is known color: Pear. HEX triplet: D6, ED and 34. RGB value is (214,237,52). Sum of RGB (Red+Green+Blue) = 214+237+52=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6ED34 is #2912CB. Grayscale: #D1D1D1. Windows color (decimal): -2691788 or 3468758. OLE color: 3468758.

HSL color Cylindrical-coordinate representation of color #D6ED34: hue angle of 67.46º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6ED34 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 52 -
CMYK 0.10 0 0.78 0.07
HSL 67.46º 0.84% 0.57% -
HSV(B) 67.46º 0.78% 0.93% -
XYZ 58.64 75.11 14.66 -
YUV 209.03 39.38 131.54 -
System Red Green Blue C M Y K H S L
Decimal 214 237 52 0.10 0 0.78 0.07 67.46 0.84 0.57
Hex D6 ED 34 A 0 4E 7 43 54 39
Octal 326 355 64 12 0 116 7 103 124 71
Binary 11010110 11101101 110100 1010 0 1001110 111 1000011 1010100 111001

Color Harmonies of #D6ED34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED34

Black with #D6ED34

Text Example


Text Example

White with #D6ED34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED34; }

 p { color: rgb(214,237,52); }

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

background-color css

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

 a { background-color: rgb(214,237,52); }

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

border-color css

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

 span { border-color: rgb(214,237,52); }

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