#27C400

Color #27C400 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #27C400

Tints of Kelly Green #27C400

Color information

#27C400 (or 0x27C400) is unknown color: approx Kelly Green. HEX triplet: 27, C4 and 00. RGB value is (39,196,0). Sum of RGB (Red+Green+Blue) = 39+196+0=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 196 (76.95% from 255 or 83.40% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 196 - color contains mainly: green. Hex color #27C400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27C400 is #D83BFF. Grayscale: #7F7F7F. Windows color (decimal): -14171136 or 50215. OLE color: 50215.

HSL color Cylindrical-coordinate representation of color #27C400: hue angle of 108.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27C400 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB391960-
CMYK0.80010.23
HSL108.06º100%38.43%-
HSV(B)108.06º100%76.86%-
XYZ20.5839.916.62-
YUV126.7156.4965.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 196 (76.95% from 255) = 83.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.60%
G=83.40%
B=0%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal3919600.80010.23108.0610038.43
Hex27C4050064176c6426
Octal47304012001442715414446
Binary1001111100010001010000011001001011111011001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,196,0); }

 H1.HeaderClassName
 {
   color: #27C400;
 }
 .AnyTagClassName
 {
   color: #27C400;
 }
</style>
background-color css

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

 a { background-color: rgb(39,196,0); }

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

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

 span { border-color: rgb(39,196,0); }

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