Html Css Color HEX #D4FE40 Pear

📋 copy color: '#D4FE40'

red 212 ◦ green 254 ◦ blue 64

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

Shades of Pear #D4FE40

Tints of Pear #D4FE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.08%

R = 40%
G = 47.92%
B = 12.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#D4FE40 (or 0xD4FE40) is known color: Pear. HEX triplet: D4, FE and 40. RGB value is (212,254,64). Sum of RGB (Red+Green+Blue) = 212+254+64=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE40 is #2B01BF. Grayscale: #DCDCDC. Windows color (decimal): -2818496 or 4259540. OLE color: 4259540.

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

Color convert

RGB 212 254 64 -
CMYK 0.17 0 0.75 0.00
HSL 73.26º 0.99% 0.62% -
HSV(B) 73.26º 0.75% 1% -
XYZ 63.52 85.25 17.96 -
YUV 219.78 40.09 122.45 -
System Red Green Blue C M Y K H S L
Decimal 212 254 64 0.17 0 0.75 0.00 73.26 0.99 0.62
Hex D4 FE 40 11 0 4B 0 49 63 3E
Octal 324 376 100 21 0 113 0 111 143 76
Binary 11010100 11111110 1000000 10001 0 1001011 0 1001001 1100011 111110

Color Harmonies of #D4FE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FE40

Black with #D4FE40

Text Example


Text Example

White with #D4FE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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