Html Css Color HEX #D6EC3D Pear

📋 copy color: '#D6EC3D'

red 214 ◦ green 236 ◦ blue 61

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

Shades of Pear #D6EC3D

Tints of Pear #D6EC3D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.18%

 BLUE value IS 61 (24.22% from 255) = 11.94%

R = 41.88%
G = 46.18%
B = 11.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#D6EC3D (or 0xD6EC3D) is known color: Pear. HEX triplet: D6, EC and 3D. RGB value is (214,236,61). Sum of RGB (Red+Green+Blue) = 214+236+61=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EC3D is #2913C2. Grayscale: #D2D2D2. Windows color (decimal): -2692035 or 4058326. OLE color: 4058326.

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

Color convert

RGB 214 236 61 -
CMYK 0.09 0 0.74 0.07
HSL 67.54º 0.82% 0.58% -
HSV(B) 67.54º 0.74% 0.93% -
XYZ 58.57 74.62 15.73 -
YUV 209.47 44.21 131.23 -
System Red Green Blue C M Y K H S L
Decimal 214 236 61 0.09 0 0.74 0.07 67.54 0.82 0.58
Hex D6 EC 3D 9 0 4A 7 44 52 3A
Octal 326 354 75 11 0 112 7 104 122 72
Binary 11010110 11101100 111101 1001 0 1001010 111 1000100 1010010 111010

Color Harmonies of #D6EC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC3D

Black with #D6EC3D

Text Example


Text Example

White with #D6EC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC3D; }

 p { color: rgb(214,236,61); }

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

background-color css

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

 a { background-color: rgb(214,236,61); }

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

border-color css

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

 span { border-color: rgb(214,236,61); }

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