Html Css Color HEX #D2EE2C Pear

📋 copy color: '#D2EE2C'

red 210 ◦ green 238 ◦ blue 44

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

Shades of Pear #D2EE2C

Tints of Pear #D2EE2C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.37%

 BLUE value IS 44 (17.58% from 255) = 8.94%

R = 42.68%
G = 48.37%
B = 8.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#D2EE2C (or 0xD2EE2C) is known color: Pear. HEX triplet: D2, EE and 2C. RGB value is (210,238,44). Sum of RGB (Red+Green+Blue) = 210+238+44=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 44 (17.58% from 255 or 8.94% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EE2C is #2D11D3. Grayscale: #D0D0D0. Windows color (decimal): -2953684 or 2944722. OLE color: 2944722.

HSL color Cylindrical-coordinate representation of color #D2EE2C: hue angle of 68.66º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2EE2C is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 238 44 -
CMYK 0.12 0 0.82 0.07
HSL 68.66º 0.85% 0.55% -
HSV(B) 68.66º 0.82% 0.93% -
XYZ 57.61 75.03 13.83 -
YUV 207.51 35.72 129.77 -
System Red Green Blue C M Y K H S L
Decimal 210 238 44 0.12 0 0.82 0.07 68.66 0.85 0.55
Hex D2 EE 2C C 0 52 7 45 55 37
Octal 322 356 54 14 0 122 7 105 125 67
Binary 11010010 11101110 101100 1100 0 1010010 111 1000101 1010101 110111

Color Harmonies of #D2EE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EE2C

Black with #D2EE2C

Text Example


Text Example

White with #D2EE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EE2C; }

 p { color: rgb(210,238,44); }

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

background-color css

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

 a { background-color: rgb(210,238,44); }

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

border-color css

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

 span { border-color: rgb(210,238,44); }

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