Html Css Color HEX #D4FE31 Pear

📋 copy color: '#D4FE31'

red 212 ◦ green 254 ◦ blue 49

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

Shades of Pear #D4FE31

Tints of Pear #D4FE31

RGB

 RED value IS 212 (83.2% from 255) = 41.17%

 GREEN value IS 254 (99.61% from 255) = 49.32%

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

R = 41.17%
G = 49.32%
B = 9.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#D4FE31 (or 0xD4FE31) is known color: Pear. HEX triplet: D4, FE and 31. RGB value is (212,254,49). Sum of RGB (Red+Green+Blue) = 212+254+49=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE31 is #2B01CE. Grayscale: #DADADA. Windows color (decimal): -2818511 or 3276500. OLE color: 3276500.

HSL color Cylindrical-coordinate representation of color #D4FE31: hue angle of 72.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4FE31 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 254 49 -
CMYK 0.17 0 0.81 0.00
HSL 72.29º 0.99% 0.59% -
HSV(B) 72.29º 0.81% 1% -
XYZ 63.15 85.1 16 -
YUV 218.07 32.59 123.67 -
System Red Green Blue C M Y K H S L
Decimal 212 254 49 0.17 0 0.81 0.00 72.29 0.99 0.59
Hex D4 FE 31 11 0 51 0 48 63 3B
Octal 324 376 61 21 0 121 0 110 143 73
Binary 11010100 11111110 110001 10001 0 1010001 0 1001000 1100011 111011

Color Harmonies of #D4FE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FE31

Black with #D4FE31

Text Example


Text Example

White with #D4FE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FE31; }

 p { color: rgb(212,254,49); }

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

background-color css

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

 a { background-color: rgb(212,254,49); }

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

border-color css

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

 span { border-color: rgb(212,254,49); }

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