Html Css Color HEX #D6E312 Pear

📋 copy color: '#D6E312'

red 214 ◦ green 227 ◦ blue 18

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

Shades of Pear #D6E312

Tints of Pear #D6E312

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.46%

 BLUE value IS 18 (7.42% from 255) = 3.92%

R = 46.62%
G = 49.46%
B = 3.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#D6E312 (or 0xD6E312) is known color: Pear. HEX triplet: D6, E3 and 12. RGB value is (214,227,18). Sum of RGB (Red+Green+Blue) = 214+227+18=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E312 is #291CED. Grayscale: #C8C8C8. Windows color (decimal): -2694382 or 1237974. OLE color: 1237974.

HSL color Cylindrical-coordinate representation of color #D6E312: hue angle of 63.73º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6E312 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 227 18 -
CMYK 0.06 0 0.92 0.11
HSL 63.73º 0.85% 0.48% -
HSV(B) 63.73º 0.92% 0.89% -
XYZ 55.31 69.28 11.03 -
YUV 199.29 25.69 138.49 -
System Red Green Blue C M Y K H S L
Decimal 214 227 18 0.06 0 0.92 0.11 63.73 0.85 0.48
Hex D6 E3 12 6 0 5C B 40 55 30
Octal 326 343 22 6 0 134 13 100 125 60
Binary 11010110 11100011 10010 110 0 1011100 1011 1000000 1010101 110000

Color Harmonies of #D6E312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E312

Black with #D6E312

Text Example


Text Example

White with #D6E312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E312; }

 p { color: rgb(214,227,18); }

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

background-color css

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

 a { background-color: rgb(214,227,18); }

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

border-color css

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

 span { border-color: rgb(214,227,18); }

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