Html Css Color HEX #38C016 Kelly Green

📋 copy color: '#38C016'

red 56 ◦ green 192 ◦ blue 22

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

Shades of Kelly Green #38C016

Tints of Kelly Green #38C016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.15%

R = 20.74%
G = 71.11%
B = 8.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#38C016 (or 0x38C016) is known color: Kelly Green. HEX triplet: 38, C0 and 16. RGB value is (56,192,22). Sum of RGB (Red+Green+Blue) = 56+192+22=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #38C016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C016 is #C73FE9. Grayscale: #848484. Windows color (decimal): -13058026 or 1491000. OLE color: 1491000.

HSL color Cylindrical-coordinate representation of color #38C016: hue angle of 108º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38C016 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 192 22 -
CMYK 0.71 0 0.89 0.25
HSL 108º 0.79% 0.42% -
HSV(B) 108º 0.89% 0.75% -
XYZ 20.63 38.6 7.12 -
YUV 131.96 65.94 73.82 -
System Red Green Blue C M Y K H S L
Decimal 56 192 22 0.71 0 0.89 0.25 108 0.79 0.42
Hex 38 C0 16 47 0 59 19 6C 4F 2A
Octal 70 300 26 107 0 131 31 154 117 52
Binary 111000 11000000 10110 1000111 0 1011001 11001 1101100 1001111 101010

Color Harmonies of #38C016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C016

Black with #38C016

Text Example


Text Example

White with #38C016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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