Html Css Color HEX #05CF74 Mountain Meadow

📋 copy color: '#05CF74'

red 5 ◦ green 207 ◦ blue 116

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

Shades of Mountain Meadow #05CF74

Tints of Mountain Meadow #05CF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 63.11%

 BLUE value IS 116 (45.7% from 255) = 35.37%

R = 1.52%
G = 63.11%
B = 35.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#05CF74 (or 0x05CF74) is known color: Mountain Meadow. HEX triplet: 05, CF and 74. RGB value is (5,207,116). Sum of RGB (Red+Green+Blue) = 5+207+116=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 207 (81.25% from 255 or 63.11% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF74 is #FA308B. Grayscale: #888888. Windows color (decimal): -16396428 or 7655173. OLE color: 7655173.

HSL color Cylindrical-coordinate representation of color #05CF74: hue angle of 152.97º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF74 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 207 116 -
CMYK 0.98 0 0.44 0.19
HSL 152.97º 0.95% 0.42% -
HSV(B) 152.97º 0.98% 0.81% -
XYZ 25.53 45.92 24.04 -
YUV 136.23 116.58 34.4 -
System Red Green Blue C M Y K H S L
Decimal 5 207 116 0.98 0 0.44 0.19 152.97 0.95 0.42
Hex 5 CF 74 62 0 2C 13 99 5F 2A
Octal 5 317 164 142 0 54 23 231 137 52
Binary 101 11001111 1110100 1100010 0 101100 10011 10011001 1011111 101010

Color Harmonies of #05CF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF74

Black with #05CF74

Text Example


Text Example

White with #05CF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,207,116); }

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

background-color css

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

 a { background-color: rgb(5,207,116); }

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

border-color css

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

 span { border-color: rgb(5,207,116); }

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