Html Css Color HEX #38BA07 Kelly Green

📋 copy color: '#38BA07'

red 56 ◦ green 186 ◦ blue 7

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

Shades of Kelly Green #38BA07

Tints of Kelly Green #38BA07

RGB

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

 GREEN value IS 186 (73.05% from 255) = 74.7%

 BLUE value IS 7 (3.13% from 255) = 2.81%

R = 22.49%
G = 74.7%
B = 2.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#38BA07 (or 0x38BA07) is known color: Kelly Green. HEX triplet: 38, BA and 07. RGB value is (56,186,7). Sum of RGB (Red+Green+Blue) = 56+186+7=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BA07 is #C745F8. Grayscale: #7F7F7F. Windows color (decimal): -13059577 or 506424. OLE color: 506424.

HSL color Cylindrical-coordinate representation of color #38BA07: hue angle of 103.58º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38BA07 is Cyan = 0.70, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 7 -
CMYK 0.70 0 0.96 0.27
HSL 103.58º 0.93% 0.38% -
HSV(B) 103.58º 0.96% 0.73% -
XYZ 19.23 35.97 6.13 -
YUV 126.72 60.43 77.55 -
System Red Green Blue C M Y K H S L
Decimal 56 186 7 0.70 0 0.96 0.27 103.58 0.93 0.38
Hex 38 BA 7 46 0 60 1B 68 5D 26
Octal 70 272 7 106 0 140 33 150 135 46
Binary 111000 10111010 111 1000110 0 1100000 11011 1101000 1011101 100110

Color Harmonies of #38BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA07

Black with #38BA07

Text Example


Text Example

White with #38BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,186,7); }

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

background-color css

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

 a { background-color: rgb(56,186,7); }

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

border-color css

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

 span { border-color: rgb(56,186,7); }

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