Html Css Color HEX #27D64B Malachite

📋 copy color: '#27D64B'

red 39 ◦ green 214 ◦ blue 75

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

Shades of Malachite #27D64B

Tints of Malachite #27D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.24%

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 11.89%
G = 65.24%
B = 22.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#27D64B (or 0x27D64B) is known color: Malachite. HEX triplet: 27, D6 and 4B. RGB value is (39,214,75). Sum of RGB (Red+Green+Blue) = 39+214+75=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 214 (83.98% from 255 or 65.24% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 214 - color contains mainly: green. Hex color #27D64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D64B is #D829B4. Grayscale: #929292. Windows color (decimal): -14166453 or 4970023. OLE color: 4970023.

HSL color Cylindrical-coordinate representation of color #27D64B: hue angle of 132.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D64B is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 214 75 -
CMYK 0.82 0 0.65 0.16
HSL 132.34º 0.69% 0.5% -
HSV(B) 132.34º 0.82% 0.84% -
XYZ 26.15 49.03 14.74 -
YUV 145.83 88.02 51.8 -
System Red Green Blue C M Y K H S L
Decimal 39 214 75 0.82 0 0.65 0.16 132.34 0.69 0.5
Hex 27 D6 4B 52 0 41 10 84 45 32
Octal 47 326 113 122 0 101 20 204 105 62
Binary 100111 11010110 1001011 1010010 0 1000001 10000 10000100 1000101 110010

Color Harmonies of #27D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D64B

Black with #27D64B

Text Example


Text Example

White with #27D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,214,75); }

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

background-color css

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

 a { background-color: rgb(39,214,75); }

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

border-color css

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

 span { border-color: rgb(39,214,75); }

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