Html Css Color HEX #05B78E Persian Green

📋 copy color: '#05B78E'

red 5 ◦ green 183 ◦ blue 142

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

Shades of Persian Green #05B78E

Tints of Persian Green #05B78E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.45%

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 1.52%
G = 55.45%
B = 43.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#05B78E (or 0x05B78E) is known color: Persian Green. HEX triplet: 05, B7 and 8E. RGB value is (5,183,142). Sum of RGB (Red+Green+Blue) = 5+183+142=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #05B78E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B78E is #FA4871. Grayscale: #7D7D7D. Windows color (decimal): -16402546 or 9352965. OLE color: 9352965.

HSL color Cylindrical-coordinate representation of color #05B78E: hue angle of 166.18º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B78E is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 183 142 -
CMYK 0.97 0 0.22 0.28
HSL 166.18º 0.95% 0.37% -
HSV(B) 166.18º 0.97% 0.72% -
XYZ 21.88 35.85 31.36 -
YUV 125.1 137.53 42.33 -
System Red Green Blue C M Y K H S L
Decimal 5 183 142 0.97 0 0.22 0.28 166.18 0.95 0.37
Hex 5 B7 8E 61 0 16 1C A6 5F 25
Octal 5 267 216 141 0 26 34 246 137 45
Binary 101 10110111 10001110 1100001 0 10110 11100 10100110 1011111 100101

Color Harmonies of #05B78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B78E

Black with #05B78E

Text Example


Text Example

White with #05B78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,183,142); }

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

background-color css

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

 a { background-color: rgb(5,183,142); }

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

border-color css

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

 span { border-color: rgb(5,183,142); }

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