Html Css Color HEX #D2E244 Pear

📋 copy color: '#D2E244'

red 210 ◦ green 226 ◦ blue 68

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

Shades of Pear #D2E244

Tints of Pear #D2E244

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

 BLUE value IS 68 (26.95% from 255) = 13.49%

R = 41.67%
G = 44.84%
B = 13.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#D2E244 (or 0xD2E244) is known color: Pear. HEX triplet: D2, E2 and 44. RGB value is (210,226,68). Sum of RGB (Red+Green+Blue) = 210+226+68=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E244 is #2D1DBB. Grayscale: #CBCBCB. Windows color (decimal): -2956732 or 4514514. OLE color: 4514514.

HSL color Cylindrical-coordinate representation of color #D2E244: hue angle of 66.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2E244 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 226 68 -
CMYK 0.07 0 0.70 0.11
HSL 66.08º 0.73% 0.58% -
HSV(B) 66.08º 0.7% 0.89% -
XYZ 54.82 68.51 15.8 -
YUV 203.2 51.7 132.85 -
System Red Green Blue C M Y K H S L
Decimal 210 226 68 0.07 0 0.70 0.11 66.08 0.73 0.58
Hex D2 E2 44 7 0 46 B 42 49 3A
Octal 322 342 104 7 0 106 13 102 111 72
Binary 11010010 11100010 1000100 111 0 1000110 1011 1000010 1001001 111010

Color Harmonies of #D2E244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E244

Black with #D2E244

Text Example


Text Example

White with #D2E244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E244; }

 p { color: rgb(210,226,68); }

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

background-color css

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

 a { background-color: rgb(210,226,68); }

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

border-color css

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

 span { border-color: rgb(210,226,68); }

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