Html Css Color HEX #D6EC41 Pear

📋 copy color: '#D6EC41'

red 214 ◦ green 236 ◦ blue 65

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

Shades of Pear #D6EC41

Tints of Pear #D6EC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.62%

R = 41.55%
G = 45.83%
B = 12.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#D6EC41 (or 0xD6EC41) is known color: Pear. HEX triplet: D6, EC and 41. RGB value is (214,236,65). Sum of RGB (Red+Green+Blue) = 214+236+65=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 65 (25.78% from 255 or 12.62% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EC41 is #2913BE. Grayscale: #D2D2D2. Windows color (decimal): -2692031 or 4320470. OLE color: 4320470.

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

Color convert

RGB 214 236 65 -
CMYK 0.09 0 0.72 0.07
HSL 67.72º 0.82% 0.59% -
HSV(B) 67.72º 0.72% 0.93% -
XYZ 58.68 74.67 16.32 -
YUV 209.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 214 236 65 0.09 0 0.72 0.07 67.72 0.82 0.59
Hex D6 EC 41 9 0 48 7 44 52 3B
Octal 326 354 101 11 0 110 7 104 122 73
Binary 11010110 11101100 1000001 1001 0 1001000 111 1000100 1010010 111011

Color Harmonies of #D6EC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC41

Black with #D6EC41

Text Example


Text Example

White with #D6EC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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