Html Css Color HEX #D2E945 Pear

📋 copy color: '#D2E945'

red 210 ◦ green 233 ◦ blue 69

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

Shades of Pear #D2E945

Tints of Pear #D2E945

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.51%

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

R = 41.02%
G = 45.51%
B = 13.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#D2E945 (or 0xD2E945) is known color: Pear. HEX triplet: D2, E9 and 45. RGB value is (210,233,69). Sum of RGB (Red+Green+Blue) = 210+233+69=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E945 is #2D16BA. Grayscale: #D0D0D0. Windows color (decimal): -2954939 or 4581842. OLE color: 4581842.

HSL color Cylindrical-coordinate representation of color #D2E945: hue angle of 68.41º degrees, saturation: 0.79, 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 #D2E945 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 233 69 -
CMYK 0.10 0 0.70 0.09
HSL 68.41º 0.79% 0.59% -
HSV(B) 68.41º 0.7% 0.91% -
XYZ 56.79 72.41 16.61 -
YUV 207.43 49.88 129.84 -
System Red Green Blue C M Y K H S L
Decimal 210 233 69 0.10 0 0.70 0.09 68.41 0.79 0.59
Hex D2 E9 45 A 0 46 9 44 4F 3B
Octal 322 351 105 12 0 106 11 104 117 73
Binary 11010010 11101001 1000101 1010 0 1000110 1001 1000100 1001111 111011

Color Harmonies of #D2E945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E945

Black with #D2E945

Text Example


Text Example

White with #D2E945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E945; }

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

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

background-color css

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

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

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

border-color css

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

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

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