Html Css Color HEX #D2E41E Pear

📋 copy color: '#D2E41E'

red 210 ◦ green 228 ◦ blue 30

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

Shades of Pear #D2E41E

Tints of Pear #D2E41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.41%

R = 44.87%
G = 48.72%
B = 6.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#D2E41E (or 0xD2E41E) is known color: Pear. HEX triplet: D2, E4 and 1E. RGB value is (210,228,30). Sum of RGB (Red+Green+Blue) = 210+228+30=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E41E is #2D1BE1. Grayscale: #C8C8C8. Windows color (decimal): -2956258 or 2024658. OLE color: 2024658.

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

Color convert

RGB 210 228 30 -
CMYK 0.08 0 0.87 0.11
HSL 65.45º 0.79% 0.51% -
HSV(B) 65.45º 0.87% 0.89% -
XYZ 54.56 69.28 11.73 -
YUV 200.05 32.04 135.1 -
System Red Green Blue C M Y K H S L
Decimal 210 228 30 0.08 0 0.87 0.11 65.45 0.79 0.51
Hex D2 E4 1E 8 0 57 B 41 4F 33
Octal 322 344 36 10 0 127 13 101 117 63
Binary 11010010 11100100 11110 1000 0 1010111 1011 1000001 1001111 110011

Color Harmonies of #D2E41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E41E

Black with #D2E41E

Text Example


Text Example

White with #D2E41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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