Html Css Color HEX #D6ED16 Pear

📋 copy color: '#D6ED16'

red 214 ◦ green 237 ◦ blue 22

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

Shades of Pear #D6ED16

Tints of Pear #D6ED16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.65%

R = 45.24%
G = 50.11%
B = 4.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#D6ED16 (or 0xD6ED16) is known color: Pear. HEX triplet: D6, ED and 16. RGB value is (214,237,22). Sum of RGB (Red+Green+Blue) = 214+237+22=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6ED16 is #2912E9. Grayscale: #CECECE. Windows color (decimal): -2691818 or 1502678. OLE color: 1502678.

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

Color convert

RGB 214 237 22 -
CMYK 0.10 0 0.91 0.07
HSL 66.42º 0.86% 0.51% -
HSV(B) 66.42º 0.91% 0.93% -
XYZ 58.16 74.92 12.16 -
YUV 205.61 24.38 133.98 -
System Red Green Blue C M Y K H S L
Decimal 214 237 22 0.10 0 0.91 0.07 66.42 0.86 0.51
Hex D6 ED 16 A 0 5B 7 42 56 33
Octal 326 355 26 12 0 133 7 102 126 63
Binary 11010110 11101101 10110 1010 0 1011011 111 1000010 1010110 110011

Color Harmonies of #D6ED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED16

Black with #D6ED16

Text Example


Text Example

White with #D6ED16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED16; }

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

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

background-color css

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

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

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

border-color css

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

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

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