Html Css Color HEX #D2E315 Pear

📋 copy color: '#D2E315'

red 210 ◦ green 227 ◦ blue 21

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

Shades of Pear #D2E315

Tints of Pear #D2E315

RGB

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

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

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

R = 45.85%
G = 49.56%
B = 4.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#D2E315 (or 0xD2E315) is known color: Pear. HEX triplet: D2, E3 and 15. RGB value is (210,227,21). Sum of RGB (Red+Green+Blue) = 210+227+21=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E315 is #2D1CEA. Grayscale: #C7C7C7. Windows color (decimal): -2956523 or 1434578. OLE color: 1434578.

HSL color Cylindrical-coordinate representation of color #D2E315: hue angle of 64.95º 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 #D2E315 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 227 21 -
CMYK 0.07 0 0.91 0.11
HSL 64.95º 0.83% 0.49% -
HSV(B) 64.95º 0.91% 0.89% -
XYZ 54.18 68.69 11.11 -
YUV 198.43 27.87 136.25 -
System Red Green Blue C M Y K H S L
Decimal 210 227 21 0.07 0 0.91 0.11 64.95 0.83 0.49
Hex D2 E3 15 7 0 5B B 41 53 31
Octal 322 343 25 7 0 133 13 101 123 61
Binary 11010010 11100011 10101 111 0 1011011 1011 1000001 1010011 110001

Color Harmonies of #D2E315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E315

Black with #D2E315

Text Example


Text Example

White with #D2E315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E315; }

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

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

background-color css

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

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

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

border-color css

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

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

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