Html Css Color HEX #D6EC48 Pear

📋 copy color: '#D6EC48'

red 214 ◦ green 236 ◦ blue 72

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

Shades of Pear #D6EC48

Tints of Pear #D6EC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.79%

R = 41%
G = 45.21%
B = 13.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#D6EC48 (or 0xD6EC48) is known color: Pear. HEX triplet: D6, EC and 48. RGB value is (214,236,72). Sum of RGB (Red+Green+Blue) = 214+236+72=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EC48 is #2913B7. Grayscale: #D3D3D3. Windows color (decimal): -2692024 or 4779222. OLE color: 4779222.

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

Color convert

RGB 214 236 72 -
CMYK 0.09 0 0.69 0.07
HSL 68.05º 0.81% 0.6% -
HSV(B) 68.05º 0.69% 0.93% -
XYZ 58.9 74.75 17.46 -
YUV 210.73 49.71 130.34 -
System Red Green Blue C M Y K H S L
Decimal 214 236 72 0.09 0 0.69 0.07 68.05 0.81 0.6
Hex D6 EC 48 9 0 45 7 44 51 3C
Octal 326 354 110 11 0 105 7 104 121 74
Binary 11010110 11101100 1001000 1001 0 1000101 111 1000100 1010001 111100

Color Harmonies of #D6EC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EC48

Black with #D6EC48

Text Example


Text Example

White with #D6EC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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