Html Css Color HEX #D2E13D Pear

📋 copy color: '#D2E13D'

red 210 ◦ green 225 ◦ blue 61

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

Shades of Pear #D2E13D

Tints of Pear #D2E13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.3%

R = 42.34%
G = 45.36%
B = 12.3%

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

#D2E13D (or 0xD2E13D) is known color: Pear. HEX triplet: D2, E1 and 3D. RGB value is (210,225,61). Sum of RGB (Red+Green+Blue) = 210+225+61=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E13D is #2D1EC2. Grayscale: #CACACA. Windows color (decimal): -2956995 or 4055506. OLE color: 4055506.

HSL color Cylindrical-coordinate representation of color #D2E13D: hue angle of 65.49º 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 #D2E13D is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 61 -
CMYK 0.07 0 0.73 0.12
HSL 65.49º 0.73% 0.56% -
HSV(B) 65.49º 0.73% 0.88% -
XYZ 54.35 67.89 14.65 -
YUV 201.82 48.53 133.84 -
System Red Green Blue C M Y K H S L
Decimal 210 225 61 0.07 0 0.73 0.12 65.49 0.73 0.56
Hex D2 E1 3D 7 0 49 C 41 49 38
Octal 322 341 75 7 0 111 14 101 111 70
Binary 11010010 11100001 111101 111 0 1001001 1100 1000001 1001001 111000

Color Harmonies of #D2E13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E13D

Black with #D2E13D

Text Example


Text Example

White with #D2E13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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