Html Css Color HEX #D6ED2B Pear

📋 copy color: '#D6ED2B'

red 214 ◦ green 237 ◦ blue 43

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

Shades of Pear #D6ED2B

Tints of Pear #D6ED2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.7%

R = 43.32%
G = 47.98%
B = 8.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#D6ED2B (or 0xD6ED2B) is known color: Pear. HEX triplet: D6, ED and 2B. RGB value is (214,237,43). Sum of RGB (Red+Green+Blue) = 214+237+43=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 43 (17.19% from 255 or 8.70% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6ED2B is #2912D4. Grayscale: #D0D0D0. Windows color (decimal): -2691797 or 2878934. OLE color: 2878934.

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

Color convert

RGB 214 237 43 -
CMYK 0.10 0 0.82 0.07
HSL 67.11º 0.84% 0.55% -
HSV(B) 67.11º 0.82% 0.93% -
XYZ 58.45 75.04 13.69 -
YUV 208.01 34.88 132.27 -
System Red Green Blue C M Y K H S L
Decimal 214 237 43 0.10 0 0.82 0.07 67.11 0.84 0.55
Hex D6 ED 2B A 0 52 7 43 54 37
Octal 326 355 53 12 0 122 7 103 124 67
Binary 11010110 11101101 101011 1010 0 1010010 111 1000011 1010100 110111

Color Harmonies of #D6ED2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED2B

Black with #D6ED2B

Text Example


Text Example

White with #D6ED2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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