Html Css Color HEX #38C00F Kelly Green

📋 copy color: '#38C00F'

red 56 ◦ green 192 ◦ blue 15

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

Shades of Kelly Green #38C00F

Tints of Kelly Green #38C00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 21.29%
G = 73%
B = 5.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#38C00F (or 0x38C00F) is known color: Kelly Green. HEX triplet: 38, C0 and 0F. RGB value is (56,192,15). Sum of RGB (Red+Green+Blue) = 56+192+15=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #38C00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C00F is #C73FF0. Grayscale: #838383. Windows color (decimal): -13058033 or 1032248. OLE color: 1032248.

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

Color convert

RGB 56 192 15 -
CMYK 0.71 0 0.92 0.25
HSL 106.1º 0.86% 0.41% -
HSV(B) 106.1º 0.92% 0.75% -
XYZ 20.57 38.57 6.81 -
YUV 131.16 62.44 74.39 -
System Red Green Blue C M Y K H S L
Decimal 56 192 15 0.71 0 0.92 0.25 106.1 0.86 0.41
Hex 38 C0 F 47 0 5C 19 6A 56 29
Octal 70 300 17 107 0 134 31 152 126 51
Binary 111000 11000000 1111 1000111 0 1011100 11001 1101010 1010110 101001

Color Harmonies of #38C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C00F

Black with #38C00F

Text Example


Text Example

White with #38C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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