Html Css Color HEX #D6EF28 Pear

📋 copy color: '#D6EF28'

red 214 ◦ green 239 ◦ blue 40

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

Shades of Pear #D6EF28

Tints of Pear #D6EF28

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.48%

 BLUE value IS 40 (16.02% from 255) = 8.11%

R = 43.41%
G = 48.48%
B = 8.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#D6EF28 (or 0xD6EF28) is known color: Pear. HEX triplet: D6, EF and 28. RGB value is (214,239,40). Sum of RGB (Red+Green+Blue) = 214+239+40=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EF28 is #2910D7. Grayscale: #D1D1D1. Windows color (decimal): -2691288 or 2682838. OLE color: 2682838.

HSL color Cylindrical-coordinate representation of color #D6EF28: hue angle of 67.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6EF28 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 239 40 -
CMYK 0.10 0 0.83 0.06
HSL 67.54º 0.86% 0.55% -
HSV(B) 67.54º 0.83% 0.94% -
XYZ 58.98 76.18 13.6 -
YUV 208.84 32.72 131.68 -
System Red Green Blue C M Y K H S L
Decimal 214 239 40 0.10 0 0.83 0.06 67.54 0.86 0.55
Hex D6 EF 28 A 0 53 6 44 56 37
Octal 326 357 50 12 0 123 6 104 126 67
Binary 11010110 11101111 101000 1010 0 1010011 110 1000100 1010110 110111

Color Harmonies of #D6EF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EF28

Black with #D6EF28

Text Example


Text Example

White with #D6EF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EF28; }

 p { color: rgb(214,239,40); }

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

background-color css

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

 a { background-color: rgb(214,239,40); }

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

border-color css

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

 span { border-color: rgb(214,239,40); }

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