Html Css Color HEX #D2E13C Pear

📋 copy color: '#D2E13C'

red 210 ◦ green 225 ◦ blue 60

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

Shades of Pear #D2E13C

Tints of Pear #D2E13C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.45%

 BLUE value IS 60 (23.83% from 255) = 12.12%

R = 42.42%
G = 45.45%
B = 12.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#D2E13C (or 0xD2E13C) is known color: Pear. HEX triplet: D2, E1 and 3C. RGB value is (210,225,60). Sum of RGB (Red+Green+Blue) = 210+225+60=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E13C is #2D1EC3. Grayscale: #CACACA. Windows color (decimal): -2956996 or 3989970. OLE color: 3989970.

HSL color Cylindrical-coordinate representation of color #D2E13C: hue angle of 65.45º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2E13C is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 60 -
CMYK 0.07 0 0.73 0.12
HSL 65.45º 0.73% 0.56% -
HSV(B) 65.45º 0.73% 0.88% -
XYZ 54.32 67.88 14.51 -
YUV 201.71 48.03 133.92 -
System Red Green Blue C M Y K H S L
Decimal 210 225 60 0.07 0 0.73 0.12 65.45 0.73 0.56
Hex D2 E1 3C 7 0 49 C 41 49 38
Octal 322 341 74 7 0 111 14 101 111 70
Binary 11010010 11100001 111100 111 0 1001001 1100 1000001 1001001 111000

Color Harmonies of #D2E13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E13C

Black with #D2E13C

Text Example


Text Example

White with #D2E13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E13C; }

 p { color: rgb(210,225,60); }

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

background-color css

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

 a { background-color: rgb(210,225,60); }

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

border-color css

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

 span { border-color: rgb(210,225,60); }

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