Html Css Color HEX #D6EB15 Pear

📋 copy color: '#D6EB15'

red 214 ◦ green 235 ◦ blue 21

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

Shades of Pear #D6EB15

Tints of Pear #D6EB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.47%

R = 45.53%
G = 50%
B = 4.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#D6EB15 (or 0xD6EB15) is known color: Pear. HEX triplet: D6, EB and 15. RGB value is (214,235,21). Sum of RGB (Red+Green+Blue) = 214+235+21=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D6EB15 is #2914EA. Grayscale: #CDCDCD. Windows color (decimal): -2692331 or 1436630. OLE color: 1436630.

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

Color convert

RGB 214 235 21 -
CMYK 0.09 0 0.91 0.08
HSL 65.89º 0.84% 0.5% -
HSV(B) 65.89º 0.91% 0.92% -
XYZ 57.58 73.77 11.91 -
YUV 204.33 24.54 134.9 -
System Red Green Blue C M Y K H S L
Decimal 214 235 21 0.09 0 0.91 0.08 65.89 0.84 0.5
Hex D6 EB 15 9 0 5B 8 42 54 32
Octal 326 353 25 11 0 133 10 102 124 62
Binary 11010110 11101011 10101 1001 0 1011011 1000 1000010 1010100 110010

Color Harmonies of #D6EB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB15

Black with #D6EB15

Text Example


Text Example

White with #D6EB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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