Html Css Color HEX #D2E415 Pear

📋 copy color: '#D2E415'

red 210 ◦ green 228 ◦ blue 21

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

Shades of Pear #D2E415

Tints of Pear #D2E415

RGB

 RED value IS 210 (82.42% from 255) = 45.75%

 GREEN value IS 228 (89.45% from 255) = 49.67%

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

R = 45.75%
G = 49.67%
B = 4.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#D2E415 (or 0xD2E415) is known color: Pear. HEX triplet: D2, E4 and 15. RGB value is (210,228,21). Sum of RGB (Red+Green+Blue) = 210+228+21=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E415 is #2D1BEA. Grayscale: #C7C7C7. Windows color (decimal): -2956267 or 1434834. OLE color: 1434834.

HSL color Cylindrical-coordinate representation of color #D2E415: hue angle of 65.22º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2E415 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 228 21 -
CMYK 0.08 0 0.91 0.11
HSL 65.22º 0.83% 0.49% -
HSV(B) 65.22º 0.91% 0.89% -
XYZ 54.46 69.24 11.2 -
YUV 199.02 27.54 135.83 -
System Red Green Blue C M Y K H S L
Decimal 210 228 21 0.08 0 0.91 0.11 65.22 0.83 0.49
Hex D2 E4 15 8 0 5B B 41 53 31
Octal 322 344 25 10 0 133 13 101 123 61
Binary 11010010 11100100 10101 1000 0 1011011 1011 1000001 1010011 110001

Color Harmonies of #D2E415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E415

Black with #D2E415

Text Example


Text Example

White with #D2E415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E415; }

 p { color: rgb(210,228,21); }

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

background-color css

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

 a { background-color: rgb(210,228,21); }

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

border-color css

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

 span { border-color: rgb(210,228,21); }

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