#38B60F

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

Shades of Kelly Green #38B60F

Tints of Kelly Green #38B60F

Color information

#38B60F (or 0x38B60F) is unknown color: approx Kelly Green. HEX triplet: 38, B6 and 0F. RGB value is (56,182,15). Sum of RGB (Red+Green+Blue) = 56+182+15=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 182 (71.48% from 255 or 71.94% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 182 - color contains mainly: green. Hex color #38B60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B60F is #C749F0. Grayscale: #7D7D7D. Windows color (decimal): -13060593 or 1029688. OLE color: 1029688.

HSL color Cylindrical-coordinate representation of color #38B60F: hue angle of 105.27º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38B60F is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB5618215-
CMYK0.6900.920.29
HSL105.27º84.77%38.63%-
HSV(B)105.27º91.76%71.37%-
XYZ18.4534.336.11-
YUV125.2965.7678.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 182 (71.48% from 255) = 71.94%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=22.13%
G=71.94%
B=5.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56182150.6900.920.29105.2784.7738.63
Hex38B6F4505C1D695527
Octal702661710501343515112547
Binary1110001011011011111000101010111001110111010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,182,15); }

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

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

 a { background-color: rgb(56,182,15); }

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

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

 span { border-color: rgb(56,182,15); }

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