Html Css Color HEX #27D052 Malachite

📋 copy color: '#27D052'

red 39 ◦ green 208 ◦ blue 82

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

Shades of Malachite #27D052

Tints of Malachite #27D052

RGB

 RED value IS 39 (15.63% from 255) = 11.85%

 GREEN value IS 208 (81.64% from 255) = 63.22%

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 11.85%
G = 63.22%
B = 24.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#27D052 (or 0x27D052) is known color: Malachite. HEX triplet: 27, D0 and 52. RGB value is (39,208,82). Sum of RGB (Red+Green+Blue) = 39+208+82=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #27D052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27D052 is #D82FAD. Grayscale: #8F8F8F. Windows color (decimal): -14167982 or 5427239. OLE color: 5427239.

HSL color Cylindrical-coordinate representation of color #27D052: hue angle of 135.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D052 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 208 82 -
CMYK 0.81 0 0.61 0.18
HSL 135.27º 0.68% 0.48% -
HSV(B) 135.27º 0.81% 0.82% -
XYZ 24.92 46.15 15.58 -
YUV 143.11 93.51 53.75 -
System Red Green Blue C M Y K H S L
Decimal 39 208 82 0.81 0 0.61 0.18 135.27 0.68 0.48
Hex 27 D0 52 51 0 3D 12 87 44 30
Octal 47 320 122 121 0 75 22 207 104 60
Binary 100111 11010000 1010010 1010001 0 111101 10010 10000111 1000100 110000

Color Harmonies of #27D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D052

Black with #27D052

Text Example


Text Example

White with #27D052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27D052; }

 p { color: rgb(39,208,82); }

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

background-color css

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

 a { background-color: rgb(39,208,82); }

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

border-color css

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

 span { border-color: rgb(39,208,82); }

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