#38C704

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

Shades of Kelly Green #38C704

Tints of Kelly Green #38C704

Color information

#38C704 (or 0x38C704) is unknown color: approx Kelly Green. HEX triplet: 38, C7 and 04. RGB value is (56,199,4). Sum of RGB (Red+Green+Blue) = 56+199+4=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 199 (78.12% from 255 or 76.83% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 199 - color contains mainly: green. Hex color #38C704 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C704 is #C738FB. Grayscale: #868686. Windows color (decimal): -13056252 or 313144. OLE color: 313144.

HSL color Cylindrical-coordinate representation of color #38C704: hue angle of 104º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38C704 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB561994-
CMYK0.7200.980.22
HSL104º96.06%39.8%-
HSV(B)104º97.99%78.04%-
XYZ22.0841.77-
YUV134.0154.6272.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 199 (78.12% from 255) = 76.83%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=21.62%
G=76.83%
B=1.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5619940.7200.980.2210496.0639.8
Hex38C744806216686028
Octal70307411001422615014050
Binary111000110001111001001000011000101011011010001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,199,4); }

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

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

 a { background-color: rgb(56,199,4); }

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

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

 span { border-color: rgb(56,199,4); }

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