#38ce00

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

Shades of Kelly Green #38CE00

Tints of Kelly Green #38CE00

Color information

#38CE00 (or 0x38CE00) is unknown color: approx Kelly Green. HEX triplet: 38, CE and 00. RGB value is (56,206,0). Sum of RGB (Red+Green+Blue) = 56+206+0=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 206 (80.86% from 255 or 78.63% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CE00 is #C731FF. Grayscale: #8A8A8A. Windows color (decimal): -13054464 or 52792. OLE color: 52792.

HSL color Cylindrical-coordinate representation of color #38CE00: hue angle of 103.69º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38CE00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB562060-
CMYK0.73010.19
HSL103.69º100%40.39%-
HSV(B)103.69º100%80.78%-
XYZ23.744.987.43-
YUV137.6750.3169.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 206 (80.86% from 255) = 78.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.37%
G=78.63%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5620600.73010.19103.6910040.39
Hex38CE04906413686428
Octal70316011101442315014450
Binary1110001100111001001001011001001001111010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ce00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38ce00; }

 p { color: rgb(56,206,0); }

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

<style>
 a { background-color: #38ce00; }

 a { background-color: rgb(56,206,0); }

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

<style>
 span { border-color: #38ce00; }

 span { border-color: rgb(56,206,0); }

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