Html Css Color HEX #38BC13 Kelly Green

📋 copy color: '#38BC13'

red 56 ◦ green 188 ◦ blue 19

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

Shades of Kelly Green #38BC13

Tints of Kelly Green #38BC13

RGB

 RED value IS 56 (22.27% from 255) = 21.29%

 GREEN value IS 188 (73.83% from 255) = 71.48%

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 21.29%
G = 71.48%
B = 7.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#38BC13 (or 0x38BC13) is known color: Kelly Green. HEX triplet: 38, BC and 13. RGB value is (56,188,19). Sum of RGB (Red+Green+Blue) = 56+188+19=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 188 (73.83% from 255 or 71.48% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BC13 is #C743EC. Grayscale: #818181. Windows color (decimal): -13059053 or 1293368. OLE color: 1293368.

HSL color Cylindrical-coordinate representation of color #38BC13: hue angle of 106.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38BC13 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 19 -
CMYK 0.70 0 0.90 0.26
HSL 106.86º 0.82% 0.41% -
HSV(B) 106.86º 0.9% 0.74% -
XYZ 19.73 36.85 6.69 -
YUV 129.27 65.77 75.74 -
System Red Green Blue C M Y K H S L
Decimal 56 188 19 0.70 0 0.90 0.26 106.86 0.82 0.41
Hex 38 BC 13 46 0 5A 1A 6B 52 29
Octal 70 274 23 106 0 132 32 153 122 51
Binary 111000 10111100 10011 1000110 0 1011010 11010 1101011 1010010 101001

Color Harmonies of #38BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC13

Black with #38BC13

Text Example


Text Example

White with #38BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,188,19); }

 H1.HeaderClassName
 {
   color: #38BC13;
 }
 .AnyTagClassName
 {
   color: #38BC13;
 }
</style>

background-color css

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

 a { background-color: rgb(56,188,19); }

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

border-color css

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

 span { border-color: rgb(56,188,19); }

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