Html Css Color HEX #38D80C Kelly Green

📋 copy color: '#38D80C'

red 56 ◦ green 216 ◦ blue 12

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

Shades of Kelly Green #38D80C

Tints of Kelly Green #38D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.06%

 BLUE value IS 12 (5.08% from 255) = 4.23%

R = 19.72%
G = 76.06%
B = 4.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#38D80C (or 0x38D80C) is known color: Kelly Green. HEX triplet: 38, D8 and 0C. RGB value is (56,216,12). Sum of RGB (Red+Green+Blue) = 56+216+12=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 216 (84.77% from 255 or 76.06% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 216 - color contains mainly: green. Hex color #38D80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D80C is #C727F3. Grayscale: #919191. Windows color (decimal): -13051892 or 841784. OLE color: 841784.

HSL color Cylindrical-coordinate representation of color #38D80C: hue angle of 107.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38D80C is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 12 -
CMYK 0.74 0 0.94 0.15
HSL 107.06º 0.89% 0.45% -
HSV(B) 107.06º 0.94% 0.85% -
XYZ 26.25 49.98 8.61 -
YUV 144.9 52.99 64.59 -
System Red Green Blue C M Y K H S L
Decimal 56 216 12 0.74 0 0.94 0.15 107.06 0.89 0.45
Hex 38 D8 C 4A 0 5E F 6B 59 2D
Octal 70 330 14 112 0 136 17 153 131 55
Binary 111000 11011000 1100 1001010 0 1011110 1111 1101011 1011001 101101

Color Harmonies of #38D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D80C

Black with #38D80C

Text Example


Text Example

White with #38D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,12); }

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

background-color css

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

 a { background-color: rgb(56,216,12); }

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

border-color css

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

 span { border-color: rgb(56,216,12); }

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