Html Css Color HEX #D2E94A Pear

📋 copy color: '#D2E94A'

red 210 ◦ green 233 ◦ blue 74

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

Shades of Pear #D2E94A

Tints of Pear #D2E94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.31%

R = 40.62%
G = 45.07%
B = 14.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#D2E94A (or 0xD2E94A) is known color: Pear. HEX triplet: D2, E9 and 4A. RGB value is (210,233,74). Sum of RGB (Red+Green+Blue) = 210+233+74=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E94A is #2D16B5. Grayscale: #D0D0D0. Windows color (decimal): -2954934 or 4909522. OLE color: 4909522.

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

Color convert

RGB 210 233 74 -
CMYK 0.10 0 0.68 0.09
HSL 68.68º 0.78% 0.6% -
HSV(B) 68.68º 0.68% 0.91% -
XYZ 56.95 72.47 17.47 -
YUV 208 52.38 129.43 -
System Red Green Blue C M Y K H S L
Decimal 210 233 74 0.10 0 0.68 0.09 68.68 0.78 0.6
Hex D2 E9 4A A 0 44 9 45 4E 3C
Octal 322 351 112 12 0 104 11 105 116 74
Binary 11010010 11101001 1001010 1010 0 1000100 1001 1000101 1001110 111100

Color Harmonies of #D2E94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E94A

Black with #D2E94A

Text Example


Text Example

White with #D2E94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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