Html Css Color HEX #D2E834 Pear

📋 copy color: '#D2E834'

red 210 ◦ green 232 ◦ blue 52

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

Shades of Pear #D2E834

Tints of Pear #D2E834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.53%

R = 42.51%
G = 46.96%
B = 10.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#D2E834 (or 0xD2E834) is known color: Pear. HEX triplet: D2, E8 and 34. RGB value is (210,232,52). Sum of RGB (Red+Green+Blue) = 210+232+52=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E834 is #2D17CB. Grayscale: #CDCDCD. Windows color (decimal): -2955212 or 3467474. OLE color: 3467474.

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

Color convert

RGB 210 232 52 -
CMYK 0.09 0 0.78 0.09
HSL 67.33º 0.8% 0.56% -
HSV(B) 67.33º 0.78% 0.91% -
XYZ 56.05 71.66 14.13 -
YUV 204.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 210 232 52 0.09 0 0.78 0.09 67.33 0.8 0.56
Hex D2 E8 34 9 0 4E 9 43 50 38
Octal 322 350 64 11 0 116 11 103 120 70
Binary 11010010 11101000 110100 1001 0 1001110 1001 1000011 1010000 111000

Color Harmonies of #D2E834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E834

Black with #D2E834

Text Example


Text Example

White with #D2E834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E834; }

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

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

background-color css

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

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

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

border-color css

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

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

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