Html Css Color HEX #D2E845 Pear

📋 copy color: '#D2E845'

red 210 ◦ green 232 ◦ blue 69

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

Shades of Pear #D2E845

Tints of Pear #D2E845

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.4%

 BLUE value IS 69 (27.34% from 255) = 13.5%

R = 41.1%
G = 45.4%
B = 13.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#D2E845 (or 0xD2E845) is known color: Pear. HEX triplet: D2, E8 and 45. RGB value is (210,232,69). Sum of RGB (Red+Green+Blue) = 210+232+69=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E845 is #2D17BA. Grayscale: #CFCFCF. Windows color (decimal): -2955195 or 4581586. OLE color: 4581586.

HSL color Cylindrical-coordinate representation of color #D2E845: hue angle of 68.1º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2E845 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 232 69 -
CMYK 0.09 0 0.70 0.09
HSL 68.1º 0.78% 0.59% -
HSV(B) 68.1º 0.7% 0.91% -
XYZ 56.51 71.84 16.52 -
YUV 206.84 50.21 130.25 -
System Red Green Blue C M Y K H S L
Decimal 210 232 69 0.09 0 0.70 0.09 68.1 0.78 0.59
Hex D2 E8 45 9 0 46 9 44 4E 3B
Octal 322 350 105 11 0 106 11 104 116 73
Binary 11010010 11101000 1000101 1001 0 1000110 1001 1000100 1001110 111011

Color Harmonies of #D2E845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E845

Black with #D2E845

Text Example


Text Example

White with #D2E845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E845; }

 p { color: rgb(210,232,69); }

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

background-color css

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

 a { background-color: rgb(210,232,69); }

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

border-color css

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

 span { border-color: rgb(210,232,69); }

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