Html Css Color HEX #D4FE2C Pear

📋 copy color: '#D4FE2C'

red 212 ◦ green 254 ◦ blue 44

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

Shades of Pear #D4FE2C

Tints of Pear #D4FE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.63%

R = 41.57%
G = 49.8%
B = 8.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#D4FE2C (or 0xD4FE2C) is known color: Pear. HEX triplet: D4, FE and 2C. RGB value is (212,254,44). Sum of RGB (Red+Green+Blue) = 212+254+44=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE2C is #2B01D3. Grayscale: #DADADA. Windows color (decimal): -2818516 or 2948820. OLE color: 2948820.

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

Color convert

RGB 212 254 44 -
CMYK 0.17 0 0.83 0.00
HSL 72º 0.99% 0.58% -
HSV(B) 72º 0.83% 1% -
XYZ 63.05 85.06 15.48 -
YUV 217.5 30.09 124.08 -
System Red Green Blue C M Y K H S L
Decimal 212 254 44 0.17 0 0.83 0.00 72 0.99 0.58
Hex D4 FE 2C 11 0 53 0 48 63 3A
Octal 324 376 54 21 0 123 0 110 143 72
Binary 11010100 11111110 101100 10001 0 1010011 0 1001000 1100011 111010

Color Harmonies of #D4FE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FE2C

Black with #D4FE2C

Text Example


Text Example

White with #D4FE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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