Html Css Color HEX #05F245 Malachite

📋 copy color: '#05F245'

red 5 ◦ green 242 ◦ blue 69

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

Shades of Malachite #05F245

Tints of Malachite #05F245

RGB

 RED value IS 5 (2.34% from 255) = 1.58%

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 1.58%
G = 76.58%
B = 21.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#05F245 (or 0x05F245) is known color: Malachite. HEX triplet: 05, F2 and 45. RGB value is (5,242,69). Sum of RGB (Red+Green+Blue) = 5+242+69=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 242 (94.92% from 255 or 76.58% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 242 - color contains mainly: green. Hex color #05F245 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F245 is #FA0DBA. Grayscale: #979797. Windows color (decimal): -16387515 or 4583941. OLE color: 4583941.

HSL color Cylindrical-coordinate representation of color #05F245: hue angle of 136.2º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F245 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 242 69 -
CMYK 0.98 0 0.71 0.05
HSL 136.2º 0.96% 0.48% -
HSV(B) 136.2º 0.98% 0.95% -
XYZ 32.89 63.97 16.24 -
YUV 151.42 81.48 23.57 -
System Red Green Blue C M Y K H S L
Decimal 5 242 69 0.98 0 0.71 0.05 136.2 0.96 0.48
Hex 5 F2 45 62 0 47 5 88 60 30
Octal 5 362 105 142 0 107 5 210 140 60
Binary 101 11110010 1000101 1100010 0 1000111 101 10001000 1100000 110000

Color Harmonies of #05F245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F245

Black with #05F245

Text Example


Text Example

White with #05F245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05F245; }

 p { color: rgb(5,242,69); }

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

background-color css

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

 a { background-color: rgb(5,242,69); }

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

border-color css

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

 span { border-color: rgb(5,242,69); }

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