Html Css Color HEX #D6EB3E Pear

📋 copy color: '#D6EB3E'

red 214 ◦ green 235 ◦ blue 62

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

Shades of Pear #D6EB3E

Tints of Pear #D6EB3E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.99%

 BLUE value IS 62 (24.61% from 255) = 12.13%

R = 41.88%
G = 45.99%
B = 12.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#D6EB3E (or 0xD6EB3E) is known color: Pear. HEX triplet: D6, EB and 3E. RGB value is (214,235,62). Sum of RGB (Red+Green+Blue) = 214+235+62=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EB3E is #2914C1. Grayscale: #D1D1D1. Windows color (decimal): -2692290 or 4123606. OLE color: 4123606.

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

Color convert

RGB 214 235 62 -
CMYK 0.09 0 0.74 0.08
HSL 67.28º 0.81% 0.58% -
HSV(B) 67.28º 0.74% 0.92% -
XYZ 58.31 74.06 15.78 -
YUV 209 45.04 131.57 -
System Red Green Blue C M Y K H S L
Decimal 214 235 62 0.09 0 0.74 0.08 67.28 0.81 0.58
Hex D6 EB 3E 9 0 4A 8 43 51 3A
Octal 326 353 76 11 0 112 10 103 121 72
Binary 11010110 11101011 111110 1001 0 1001010 1000 1000011 1010001 111010

Color Harmonies of #D6EB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB3E

Black with #D6EB3E

Text Example


Text Example

White with #D6EB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB3E; }

 p { color: rgb(214,235,62); }

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

background-color css

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

 a { background-color: rgb(214,235,62); }

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

border-color css

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

 span { border-color: rgb(214,235,62); }

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