Html Css Color HEX #38C013 Kelly Green

📋 copy color: '#38C013'

red 56 ◦ green 192 ◦ blue 19

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

Shades of Kelly Green #38C013

Tints of Kelly Green #38C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 71.91%

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

R = 20.97%
G = 71.91%
B = 7.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#38C013 (or 0x38C013) is known color: Kelly Green. HEX triplet: 38, C0 and 13. RGB value is (56,192,19). Sum of RGB (Red+Green+Blue) = 56+192+19=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #38C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C013 is #C73FEC. Grayscale: #848484. Windows color (decimal): -13058029 or 1294392. OLE color: 1294392.

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

Color convert

RGB 56 192 19 -
CMYK 0.71 0 0.90 0.25
HSL 107.17º 0.82% 0.41% -
HSV(B) 107.17º 0.9% 0.75% -
XYZ 20.6 38.59 6.98 -
YUV 131.61 64.44 74.07 -
System Red Green Blue C M Y K H S L
Decimal 56 192 19 0.71 0 0.90 0.25 107.17 0.82 0.41
Hex 38 C0 13 47 0 5A 19 6B 52 29
Octal 70 300 23 107 0 132 31 153 122 51
Binary 111000 11000000 10011 1000111 0 1011010 11001 1101011 1010010 101001

Color Harmonies of #38C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C013

Black with #38C013

Text Example


Text Example

White with #38C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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