Html Css Color HEX #D4F148 Pear

📋 copy color: '#D4F148'

red 212 ◦ green 241 ◦ blue 72

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

Shades of Pear #D4F148

Tints of Pear #D4F148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.71%

R = 40.38%
G = 45.9%
B = 13.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#D4F148 (or 0xD4F148) is known color: Pear. HEX triplet: D4, F1 and 48. RGB value is (212,241,72). Sum of RGB (Red+Green+Blue) = 212+241+72=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F148 is #2B0EB7. Grayscale: #D5D5D5. Windows color (decimal): -2821816 or 4780500. OLE color: 4780500.

HSL color Cylindrical-coordinate representation of color #D4F148: hue angle of 70.3º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4F148 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 241 72 -
CMYK 0.12 0 0.70 0.05
HSL 70.3º 0.86% 0.61% -
HSV(B) 70.3º 0.7% 0.95% -
XYZ 59.78 77.38 17.92 -
YUV 213.06 48.39 127.24 -
System Red Green Blue C M Y K H S L
Decimal 212 241 72 0.12 0 0.70 0.05 70.3 0.86 0.61
Hex D4 F1 48 C 0 46 5 46 56 3D
Octal 324 361 110 14 0 106 5 106 126 75
Binary 11010100 11110001 1001000 1100 0 1000110 101 1000110 1010110 111101

Color Harmonies of #D4F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F148

Black with #D4F148

Text Example


Text Example

White with #D4F148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F148; }

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

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

background-color css

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

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

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

border-color css

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

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

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