Html Css Color HEX #D2E42F Pear

📋 copy color: '#D2E42F'

red 210 ◦ green 228 ◦ blue 47

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

Shades of Pear #D2E42F

Tints of Pear #D2E42F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.01%

 BLUE value IS 47 (18.75% from 255) = 9.69%

R = 43.3%
G = 47.01%
B = 9.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#D2E42F (or 0xD2E42F) is known color: Pear. HEX triplet: D2, E4 and 2F. RGB value is (210,228,47). Sum of RGB (Red+Green+Blue) = 210+228+47=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E42F is #2D1BD0. Grayscale: #CACACA. Windows color (decimal): -2956241 or 3138770. OLE color: 3138770.

HSL color Cylindrical-coordinate representation of color #D2E42F: hue angle of 65.97º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2E42F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 228 47 -
CMYK 0.08 0 0.79 0.11
HSL 65.97º 0.77% 0.54% -
HSV(B) 65.97º 0.79% 0.89% -
XYZ 54.83 69.39 13.19 -
YUV 201.98 40.54 133.72 -
System Red Green Blue C M Y K H S L
Decimal 210 228 47 0.08 0 0.79 0.11 65.97 0.77 0.54
Hex D2 E4 2F 8 0 4F B 42 4D 36
Octal 322 344 57 10 0 117 13 102 115 66
Binary 11010010 11100100 101111 1000 0 1001111 1011 1000010 1001101 110110

Color Harmonies of #D2E42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E42F

Black with #D2E42F

Text Example


Text Example

White with #D2E42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E42F; }

 p { color: rgb(210,228,47); }

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

background-color css

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

 a { background-color: rgb(210,228,47); }

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

border-color css

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

 span { border-color: rgb(210,228,47); }

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