Html Css Color HEX #38C11F Kelly Green

📋 copy color: '#38C11F'

red 56 ◦ green 193 ◦ blue 31

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

Shades of Kelly Green #38C11F

Tints of Kelly Green #38C11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 68.93%

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 20%
G = 68.93%
B = 11.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#38C11F (or 0x38C11F) is known color: Kelly Green. HEX triplet: 38, C1 and 1F. RGB value is (56,193,31). Sum of RGB (Red+Green+Blue) = 56+193+31=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #38C11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C11F is #C73EE0. Grayscale: #868686. Windows color (decimal): -13057761 or 2081080. OLE color: 2081080.

HSL color Cylindrical-coordinate representation of color #38C11F: hue angle of 110.74º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38C11F is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 193 31 -
CMYK 0.71 0 0.84 0.24
HSL 110.74º 0.72% 0.44% -
HSV(B) 110.74º 0.84% 0.76% -
XYZ 20.95 39.08 7.74 -
YUV 133.57 70.11 72.67 -
System Red Green Blue C M Y K H S L
Decimal 56 193 31 0.71 0 0.84 0.24 110.74 0.72 0.44
Hex 38 C1 1F 47 0 54 18 6F 48 2C
Octal 70 301 37 107 0 124 30 157 110 54
Binary 111000 11000001 11111 1000111 0 1010100 11000 1101111 1001000 101100

Color Harmonies of #38C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C11F

Black with #38C11F

Text Example


Text Example

White with #38C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,193,31); }

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

background-color css

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

 a { background-color: rgb(56,193,31); }

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

border-color css

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

 span { border-color: rgb(56,193,31); }

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