Html Css Color HEX #D4FE4A Pear

📋 copy color: '#D4FE4A'

red 212 ◦ green 254 ◦ blue 74

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

Shades of Pear #D4FE4A

Tints of Pear #D4FE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.7%

R = 39.26%
G = 47.04%
B = 13.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#D4FE4A (or 0xD4FE4A) is known color: Pear. HEX triplet: D4, FE and 4A. RGB value is (212,254,74). Sum of RGB (Red+Green+Blue) = 212+254+74=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE4A is #2B01B5. Grayscale: #DDDDDD. Windows color (decimal): -2818486 or 4914900. OLE color: 4914900.

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

Color convert

RGB 212 254 74 -
CMYK 0.17 0 0.71 0.00
HSL 74º 0.99% 0.64% -
HSV(B) 74º 0.71% 1% -
XYZ 63.83 85.38 19.59 -
YUV 220.92 45.09 121.64 -
System Red Green Blue C M Y K H S L
Decimal 212 254 74 0.17 0 0.71 0.00 74 0.99 0.64
Hex D4 FE 4A 11 0 47 0 4A 63 40
Octal 324 376 112 21 0 107 0 112 143 100
Binary 11010100 11111110 1001010 10001 0 1000111 0 1001010 1100011 1000000

Color Harmonies of #D4FE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FE4A

Black with #D4FE4A

Text Example


Text Example

White with #D4FE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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