Html Css Color HEX #38C001 Kelly Green

📋 copy color: '#38C001'

red 56 ◦ green 192 ◦ blue 1

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

Shades of Kelly Green #38C001

Tints of Kelly Green #38C001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 22.49%
G = 77.11%
B = 0.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#38C001 (or 0x38C001) is known color: Kelly Green. HEX triplet: 38, C0 and 01. RGB value is (56,192,1). Sum of RGB (Red+Green+Blue) = 56+192+1=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #38C001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C001 is #C73FFE. Grayscale: #828282. Windows color (decimal): -13058047 or 114744. OLE color: 114744.

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

Color convert

RGB 56 192 1 -
CMYK 0.71 0 0.99 0.25
HSL 102.72º 0.99% 0.38% -
HSV(B) 102.72º 0.99% 0.75% -
XYZ 20.49 38.54 6.39 -
YUV 129.56 55.44 75.53 -
System Red Green Blue C M Y K H S L
Decimal 56 192 1 0.71 0 0.99 0.25 102.72 0.99 0.38
Hex 38 C0 1 47 0 63 19 67 63 26
Octal 70 300 1 107 0 143 31 147 143 46
Binary 111000 11000000 1 1000111 0 1100011 11001 1100111 1100011 100110

Color Harmonies of #38C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C001

Black with #38C001

Text Example


Text Example

White with #38C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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