Html Css Color HEX #D4F120 Pear

📋 copy color: '#D4F120'

red 212 ◦ green 241 ◦ blue 32

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

Shades of Pear #D4F120

Tints of Pear #D4F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.69%

 BLUE value IS 32 (12.89% from 255) = 6.6%

R = 43.71%
G = 49.69%
B = 6.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#D4F120 (or 0xD4F120) is known color: Pear. HEX triplet: D4, F1 and 20. RGB value is (212,241,32). Sum of RGB (Red+Green+Blue) = 212+241+32=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F120 is #2B0EDF. Grayscale: #D1D1D1. Windows color (decimal): -2821856 or 2159060. OLE color: 2159060.

HSL color Cylindrical-coordinate representation of color #D4F120: hue angle of 68.33º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4F120 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 241 32 -
CMYK 0.12 0 0.87 0.05
HSL 68.33º 0.88% 0.54% -
HSV(B) 68.33º 0.87% 0.95% -
XYZ 58.87 77.01 13.13 -
YUV 208.5 28.39 130.49 -
System Red Green Blue C M Y K H S L
Decimal 212 241 32 0.12 0 0.87 0.05 68.33 0.88 0.54
Hex D4 F1 20 C 0 57 5 44 58 36
Octal 324 361 40 14 0 127 5 104 130 66
Binary 11010100 11110001 100000 1100 0 1010111 101 1000100 1011000 110110

Color Harmonies of #D4F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F120

Black with #D4F120

Text Example


Text Example

White with #D4F120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F120; }

 p { color: rgb(212,241,32); }

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

background-color css

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

 a { background-color: rgb(212,241,32); }

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

border-color css

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

 span { border-color: rgb(212,241,32); }

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