Html Css Color HEX #D2E11F Pear

📋 copy color: '#D2E11F'

red 210 ◦ green 225 ◦ blue 31

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

Shades of Pear #D2E11F

Tints of Pear #D2E11F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

 BLUE value IS 31 (12.5% from 255) = 6.65%

R = 45.06%
G = 48.28%
B = 6.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#D2E11F (or 0xD2E11F) is known color: Pear. HEX triplet: D2, E1 and 1F. RGB value is (210,225,31). Sum of RGB (Red+Green+Blue) = 210+225+31=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E11F is #2D1EE0. Grayscale: #C7C7C7. Windows color (decimal): -2957025 or 2089426. OLE color: 2089426.

HSL color Cylindrical-coordinate representation of color #D2E11F: hue angle of 64.64º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2E11F is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 31 -
CMYK 0.07 0 0.86 0.12
HSL 64.64º 0.76% 0.5% -
HSV(B) 64.64º 0.86% 0.88% -
XYZ 53.75 67.65 11.52 -
YUV 198.4 33.53 136.27 -
System Red Green Blue C M Y K H S L
Decimal 210 225 31 0.07 0 0.86 0.12 64.64 0.76 0.5
Hex D2 E1 1F 7 0 56 C 41 4C 32
Octal 322 341 37 7 0 126 14 101 114 62
Binary 11010010 11100001 11111 111 0 1010110 1100 1000001 1001100 110010

Color Harmonies of #D2E11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E11F

Black with #D2E11F

Text Example


Text Example

White with #D2E11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E11F; }

 p { color: rgb(210,225,31); }

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

background-color css

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

 a { background-color: rgb(210,225,31); }

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

border-color css

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

 span { border-color: rgb(210,225,31); }

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