Html Css Color HEX #D2EB31 Pear

📋 copy color: '#D2EB31'

red 210 ◦ green 235 ◦ blue 49

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

Shades of Pear #D2EB31

Tints of Pear #D2EB31

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.57%

 BLUE value IS 49 (19.53% from 255) = 9.92%

R = 42.51%
G = 47.57%
B = 9.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#D2EB31 (or 0xD2EB31) is known color: Pear. HEX triplet: D2, EB and 31. RGB value is (210,235,49). Sum of RGB (Red+Green+Blue) = 210+235+49=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EB31 is #2D14CE. Grayscale: #CFCFCF. Windows color (decimal): -2954447 or 3271634. OLE color: 3271634.

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

Color convert

RGB 210 235 49 -
CMYK 0.11 0 0.79 0.08
HSL 68.06º 0.82% 0.56% -
HSV(B) 68.06º 0.79% 0.92% -
XYZ 56.84 73.34 14.07 -
YUV 206.32 39.22 130.62 -
System Red Green Blue C M Y K H S L
Decimal 210 235 49 0.11 0 0.79 0.08 68.06 0.82 0.56
Hex D2 EB 31 B 0 4F 8 44 52 38
Octal 322 353 61 13 0 117 10 104 122 70
Binary 11010010 11101011 110001 1011 0 1001111 1000 1000100 1010010 111000

Color Harmonies of #D2EB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EB31

Black with #D2EB31

Text Example


Text Example

White with #D2EB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EB31; }

 p { color: rgb(210,235,49); }

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

background-color css

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

 a { background-color: rgb(210,235,49); }

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

border-color css

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

 span { border-color: rgb(210,235,49); }

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