Html Css Color HEX #1BF248 Malachite

📋 copy color: '#1BF248'

red 27 ◦ green 242 ◦ blue 72

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

Shades of Malachite #1BF248

Tints of Malachite #1BF248

RGB

 RED value IS 27 (10.94% from 255) = 7.92%

 GREEN value IS 242 (94.92% from 255) = 70.97%

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

R = 7.92%
G = 70.97%
B = 21.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#1BF248 (or 0x1BF248) is known color: Malachite. HEX triplet: 1B, F2 and 48. RGB value is (27,242,72). Sum of RGB (Red+Green+Blue) = 27+242+72=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #1BF248 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1BF248 is #E40DB7. Grayscale: #9E9E9E. Windows color (decimal): -14945720 or 4780571. OLE color: 4780571.

HSL color Cylindrical-coordinate representation of color #1BF248: hue angle of 132.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF248 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 27 242 72 -
CMYK 0.89 0 0.70 0.05
HSL 132.56º 0.89% 0.53% -
HSV(B) 132.56º 0.89% 0.95% -
XYZ 33.37 64.21 16.76 -
YUV 158.34 79.27 34.32 -
System Red Green Blue C M Y K H S L
Decimal 27 242 72 0.89 0 0.70 0.05 132.56 0.89 0.53
Hex 1B F2 48 59 0 46 5 85 59 35
Octal 33 362 110 131 0 106 5 205 131 65
Binary 11011 11110010 1001000 1011001 0 1000110 101 10000101 1011001 110101

Color Harmonies of #1BF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BF248

Black with #1BF248

Text Example


Text Example

White with #1BF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BF248; }

 p { color: rgb(27,242,72); }

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

background-color css

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

 a { background-color: rgb(27,242,72); }

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

border-color css

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

 span { border-color: rgb(27,242,72); }

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