Html Css Color HEX #D2E512 Pear

📋 copy color: '#D2E512'

red 210 ◦ green 229 ◦ blue 18

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

Shades of Pear #D2E512

Tints of Pear #D2E512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.11%

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

R = 45.95%
G = 50.11%
B = 3.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#D2E512 (or 0xD2E512) is known color: Pear. HEX triplet: D2, E5 and 12. RGB value is (210,229,18). Sum of RGB (Red+Green+Blue) = 210+229+18=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 229 (89.84% from 255 or 50.11% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E512 is #2D1AED. Grayscale: #C8C8C8. Windows color (decimal): -2956014 or 1238482. OLE color: 1238482.

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

Color convert

RGB 210 229 18 -
CMYK 0.08 0 0.92 0.10
HSL 65.4º 0.85% 0.48% -
HSV(B) 65.4º 0.92% 0.9% -
XYZ 54.71 69.78 11.16 -
YUV 199.27 25.71 135.66 -
System Red Green Blue C M Y K H S L
Decimal 210 229 18 0.08 0 0.92 0.10 65.4 0.85 0.48
Hex D2 E5 12 8 0 5C A 41 55 30
Octal 322 345 22 10 0 134 12 101 125 60
Binary 11010010 11100101 10010 1000 0 1011100 1010 1000001 1010101 110000

Color Harmonies of #D2E512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E512

Black with #D2E512

Text Example


Text Example

White with #D2E512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E512; }

 p { color: rgb(210,229,18); }

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

background-color css

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

 a { background-color: rgb(210,229,18); }

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

border-color css

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

 span { border-color: rgb(210,229,18); }

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